Jess Lilly
Member since Sep 27, 2013
- Profile: /members/11281-jess-lilly.htm
- Comments: 3
Recent Blog Comments By Jess Lilly
-
Managed Dependencies vs. Dependency Injection In RequireJS
Posted on Jul 21, 2014 at 7:32 AM
Hi Ben! One rule of thumb I have is that if I would want to unit test any of the code, I would want to use dependency injection. Or pass in objects in the constructor. That means if you ever find yourself using "new" in your modular code for a non-native JavaScript type, you broke the ru... read more »
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Sep 27, 2013 at 8:34 AM
@Jess, Sorry. That link did not work with the $ sign. Hopefully this link is better: http://docs.angularjs.org/api/ngRoute.%24route... read more »
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Sep 27, 2013 at 8:26 AM
Hi Ben. I love your blog. I don't know if they recently added this to Angular or what, but there is an ngRoute directive now. This is for getting deep linking to work with an ngView. I have not implemented it yet, but I am about to. Here is the doc for it: http://docs.angularjs.org/api/ngRo... read more »