A module in angular is defined by the value in ng-app attribute in the tag
In an external JavaScript file we can create the definition for this application by
angular.module('myApp', []);
In an external JavaScript file we can create the definition for this application by
angular.module('myApp', []);
No comments:
Post a Comment