| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-27 | docs(angular.Module): fix controller and directive method parameters | David Bennett | |
| 2013-06-18 | docs(loader): fix typo and minor semantic error | Ore Landau | |
| 2012-11-22 | docs(): Fix a couple of typos in the documentation | Kris Jenkins | |
| 2012-11-11 | docs(angular.module): improve angular.Module#run docs | Haralan Dobrev | |
| 2012-08-12 | docs: fix broken links to $compileProvider.directive() | Vojta Jina | |
| 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-04-09 | fix(docs): change all directive references to use the normalized names | Igor Minar | |
| 2012-03-26 | feat($controller): support controller registration via $controllerProvider | Igor Minar | |
| It's now possible to register controllers as: .register('MyCtrl', function($scope) { ... }); // or .register('MyCtrl', ['$scope', function($scope) { ... }); Additionally a module loader shortcut api was added as well: myModule.controller('MyCtr', function($scope) { ... }); | |||
| 2012-03-09 | chore(*): refactor all ng: to ng- | Igor Minar | |
| 2012-03-09 | feat($provide.service): Add $provide.service() for registering a class | Vojta Jina | |
| 2012-03-09 | refactor($provide) Rename service -> provider | Vojta Jina | |
| It registers a provider class, so this makes more sense. Breaks Rename $provide.service -> $provide.provider | |||
| 2012-02-28 | docs(forms): Update API docs for forms | Vojta Jina | |
| - API forms (ng:model + controller, form + controller) - fix some broken links - ng:change, ng:model-instant | |||
| 2012-02-22 | feat($provide): added constant | Misko Hevery | |
| 2012-02-22 | docs(ng:app): Move to other directives namespace | Vojta Jina | |
| 2012-01-25 | docs(compiler): update the compiler docs | Misko Hevery | |
| 2012-01-17 | docs(*): more docs | Igor Minar | |
| 2012-01-17 | docs(*): various doc fixes | Igor Minar | |
| 2012-01-13 | feat(module): add runtime block | Misko Hevery | |
| 2012-01-12 | refactor(module): strict separation between module-config / app-runtime | Misko Hevery | |
| 2012-01-10 | feat(module): new module loader | Misko Hevery | |
