| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-30 | test(controller): instantiate controller defined on window | Vojta Jina | |
| Just adding a missing spec. | |||
| 2013-04-30 | fix(ngController): allow dots in a controller name | Vojta Jina | |
| The issue was introduced in cd38cbf975b501d846e6149d1d993972a1af0053 | |||
| 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-05-04 | chore(controller): allow setting map of controllers | Misko Hevery | |
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
