| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-31 | fix(ngController): fix indentation bug which causes example to mess up | Matias Niemelä | |
| 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: '...'}); }); ```` | |||
| 2013-04-13 | docs(ngController): fix docs link to api/ng.$route | brandonjp | |
| 2012-06-12 | docs(*): simplify doc urls | Igor Minar | |
| we now have two types of namespaces: - true namespace: angular.* - used for all global apis - virtual namespace: ng.*, ngMock.*, ... - used for all DI modules the virual namespaces have services under the second namespace level (e.g. ng.) and filters and directives prefixed with filter: and directive: respectively (e.g. ng.filter:orderBy, ng.directive:ngRepeat) this simplifies urls and makes them a lot shorter while still avoiding name collisions | |||
| 2012-06-02 | doc(guide): clean up broken links | Misko Hevery | |
| 2012-05-04 | chore(docs): re-skin main documentation | Misko Hevery | |
| 2012-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
