Skip to content

Instantly share code, notes, and snippets.

@MittalPatel-BTC
Created May 6, 2019 17:44
Show Gist options
  • Save MittalPatel-BTC/eeae9a81ed40b0c448a1fd39a63f5561 to your computer and use it in GitHub Desktop.
Save MittalPatel-BTC/eeae9a81ed40b0c448a1fd39a63f5561 to your computer and use it in GitHub Desktop.
Js for namespaced controller
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