Scott Mayo
Member since Apr 13, 2015
- Profile: /members/12620-scott-mayo.htm
- Comments: 2
Recent Blog Comments By Scott Mayo
-
Replacing ngInclude With Component Directives In AngularJS
Posted on May 5, 2015 at 8:18 AM
So the solution to my issue is easy with 1.3, use $templateRequest, a handy caching template getting and then compile it in a link function. Becomes as snappy as using ng-include again.... read more »
-
Replacing ngInclude With Component Directives In AngularJS
Posted on Apr 13, 2015 at 2:43 AM
This looks great except I'm having a problem where each directive is loading its template regardless of whether it's showing or not. If you're wanting to switch between a number of views, then this slows the rendering down significantly.... read more »