Monday, January 18, 2016

What is the difference between ng-view and ng-show?

ng-view: ng-view renders the template inside the associated element, whereas ng-show shows or hide the associated HTML element based on whether the expression provided to ngShow attribute evaluates to true or false.

2 comments: