Angularjs: How to display loading-icon when using 'resolve' in $routeProvider?

后端 未结 6 497

The following code reads via a service and shows on the web page a list of \'page\' objects for a specific \'page category\' (string). Using the resolve object property in $

6条回答
  •  离开以前
    2020-12-12 20:00

    I like the 'ng-show'... But the 'ui-if' of the Angular UI project is better IMHO.. Since remove the HTML code from the DOM...

     loading the view... 
    

    _e

提交回复
热议问题