| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-11 | docs($rootScope): standardize on present, third-person actions for descriptions | Daniel Luz | |
| 2012-09-11 | docs($rootScope): backquote attribute types too on $on | Daniel Luz | |
| 2012-09-11 | docs($rootScope): fix typos on $new | Daniel Luz | |
| 2012-09-11 | docs($rootScope): fix typo on $eval | Daniel Luz | |
| 2012-09-11 | docs($rootScope): fix typos on $watch | Daniel Luz | |
| 2012-08-12 | docs: fix broken links to $compileProvider.directive() | Vojta Jina | |
| 2012-08-10 | docs($rootScope): fix $on listener signature doc | unirgy | |
| Added args in $on() listener syntax declaration | |||
| 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(ngdoc): clean up doc generation and add missing documentation links | Misko Hevery | |
| 2012-06-02 | docs(scope): rewrite | Misko Hevery | |
| 2012-05-23 | fix($rootScope): TTL exception does not clear $$phase | Misko Hevery | |
| When $digest() throws infinite digest exception it does not properly clear the $phase leaving the scope in an inconsistent state. Closes #979 | |||
| 2012-05-17 | feat(scope): add event.preventDefault() and event.defaultPrevented | Vojta Jina | |
| 2012-05-17 | refactor(scope.$emit): rename event.cancel() to event.stopPropagation() | Vojta Jina | |
| Breaks event.cancel() is event.stopPropagation() | |||
| 2012-05-08 | doc($rootScope): fix $digest example | Igor Minar | |
| 2012-04-10 | chore(*): remove dead code and fix code style issues | Igor Minar | |
| 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 | |
