Explain basic steps to set up an Angular JS app?

Create an angular.module
Assign a controller to the module
Link your module to HTML with ng-app
Link the controller to HTML with ng-controller directive

Leave a Reply