malsup
Member since Sep 6, 2013
- Profile: /members/11217-malsup.htm
- URL: http://ng.malsup.com
- Comments: 4
Recent Blog Comments By malsup
-
Loading AngularJS Components After Your Application Has Been Bootstrapped
Posted on Jan 13, 2014 at 10:49 AM
@Ben, Yep, ng-nuggets is just a place where I store my Angular notes. I find I remember things better when I write them down.... read more »
-
Loading AngularJS Components After Your Application Has Been Bootstrapped
Posted on Dec 4, 2013 at 12:49 PM
I hacked up an experiment using $rootScope. Not better, just different. http://ng.malsup.com/#!/lazy-experiment... read more »
-
Loading AngularJS Components After Your Application Has Been Bootstrapped
Posted on Dec 4, 2013 at 10:31 AM
This is pretty cool. I'm guessing the reason it's not supported directly in Angular is because of the dependency chain. If module A depends on module B, and module B lazy loads some of its services then you have a problem. But if you understand that inherent pitfall then this could really come ... read more »
-
Mixing Static Content With ngSwitch And ngSwitchWhen In AngularJS
Posted on Sep 6, 2013 at 7:56 AM
Good stuff, as always.... read more »