Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 150 Bytes

README.Modules.md

File metadata and controls

8 lines (5 loc) · 150 Bytes

Creating an AngularJS module

Create an Angular module to be referenced with the ng-app directive:

Module app = new Module("myApp");