Skip to content

Instantly share code, notes, and snippets.

@lohithgn
Created October 3, 2016 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lohithgn/51590afe1862adb66b56ca7647e3b20d to your computer and use it in GitHub Desktop.
Save lohithgn/51590afe1862adb66b56ca7647e3b20d to your computer and use it in GitHub Desktop.
angular module and controller definition
angular.module("KendoDemos",["kendo.directives"])
.controller("MyCtrl", function($scope){
//code ...
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment