falcon
Member since Feb 6, 2013
- Profile: /members/10658-falcon.htm
- Comments: 1
Recent Blog Comments By falcon
-
Nested Views, Routing, And Deep Linking With AngularJS
Posted on Feb 6, 2013 at 8:50 AM
The out-of-the-box AJS routing provides you with the posibiliti to define a controller for each partial like $routeProvider. when('/index', { templateUrl: 'partials/index.html', controller: IndexCtrl }) I find this pretty useful, how would you do this with your approa... read more »