DutchProgrammer
Member since Mar 26, 2013
- Profile: /members/10780-dutchprogrammer.htm
- Comments: 2
Recent Blog Comments By DutchProgrammer
-
Preloading Data Before Executing ngInclude In AngularJS
Posted on Nov 10, 2013 at 8:04 AM
Not sure/understanding why you want to go this direction. The HMTL is now controling which data is loaded. I still try to see HTML as presentation without (to much) logic, what to load. That's all inside js. Preloading sounds to me like against all the whole async idea? If you put things inside la... read more »
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Mar 26, 2013 at 12:04 PM
If you take the UI router example app. Why would a user ever be interested in an updating URL? Why do we still need this kind of routing... if you have a single app and no SEO ? Is this the only way to go?... read more »