Artem
Member since Aug 23, 2013
- Profile: /members/11179-artem.htm
- Comments: 2
Recent Blog Comments By Artem
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Aug 23, 2013 at 4:00 PM
@Ben, Putting the whole config in one file is not neccessary with that library. You can differentiate it across as many files/modules as needed.... read more »
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Aug 23, 2013 at 1:20 PM
Another take on this subject: http://angular-route-segment.com This library implements the same idea and it is much simpler to use than ui-router. The sample config: $routeSegmentProvider. when('/section1', 's1.home'). when('/section1/prefs', 's1.prefs'). when('/section1... read more »