0
What is ng-view?
Plz tell me about ng-view..how to use it
2 Answers
+ 1
ng-view is a directive - a special piece of angularjs code. It's used with a library called Angular-UI-Router that basically helps you create single-page applications, and essentially is the "spot" in your HTML that will get replaced by the dynamic HTML that Angular-UI-Router picks.