Michael
Member since Dec 11, 2013
- Profile: /members/11467-michael.htm
- URL: http://webregard.de
- Comments: 1
Recent Blog Comments By Michael
-
Preloading Data Before Executing ngInclude In AngularJS
Posted on Dec 11, 2013 at 12:23 PM
You could simply use a variable for the src attribute that will be published after the data is loaded and a ng-hide to not show the container while loading the html, which will be switched by the onload attribute or the event that is broadcasted by ng-include itself. So you would save a lot of code... read more »