Created
May 6, 2019 17:44
-
-
Save MittalPatel-BTC/eeae9a81ed40b0c448a1fd39a63f5561 to your computer and use it in GitHub Desktop.
Js for namespaced controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var ClientsController = Paloma.controller('Admin/Clients'); | |
ClientsController.prototype.index = function(){ | |
alert('This is the JS code for admin clients index action'); | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment