Skip to content

Instantly share code, notes, and snippets.

@MittalPatel-BTC
Created May 6, 2019 17:40
Show Gist options
  • Save MittalPatel-BTC/f8350e2a0d702db95ea58dd4b5942d52 to your computer and use it in GitHub Desktop.
Save MittalPatel-BTC/f8350e2a0d702db95ea58dd4b5942d52 to your computer and use it in GitHub Desktop.
Example of how to define Paloma controller and its action
var ClientsController = Paloma.controller('Clients');
ClientsController.prototype.index = function(){
// Call when client index action is fire
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment