.NET and C# Code samples
Pages
Home
View All Code Samples
SQL (Server) Samples
HTML5 + Windows8 Samples
AngularJS
What is a module in Angular JS? How to create a Angular JS module?
Angular module is a collection functions and that are run when the application starts.
Creating the module.
var app = angular.module('testApp', []);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment