| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-21 | fix(ngController): fix issue with ngInclude on the same element | Andrew Silluron-Gonzalez | |
| This changes the priority of ngController to 500 so that it takes precedence over ngInclude. Closes #4431, #4521 | |||
| 2013-04-22 | feat(controller): support as instance syntax | Misko Hevery | |
| Support ng-controller="MyController as my" syntax which publishes the controller instance to the current scope. Also supports exporting a controller defined with route: ````javascript angular.module('routes', [], function($routeProvider) { $routeProvider.when('/home', {controller: 'Ctrl as home', templateUrl: '...'}); }); ```` | |||
| 2012-04-09 | chore(tests): rename all directive names to the normalized form | Igor Minar | |
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
