| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-30 | fix(Scope): ensure that a scope is destroyed only once | Igor Minar | |
| Due to bd524fc4 calling $destroy() on a scope mupltiple times cases NPE. Closes #1627 | |||
| 2012-11-25 | fix(Scope): allow removing a listener during event | Vojta Jina | |
| 2012-09-11 | fix($evalAsync): have only one global async queue | Misko Hevery | |
| Having one async queue per scope complicates the matters when users wish to do partial scope updates, since many services put events on the rootScope. By having single queue the programing model is simplified. | |||
| 2012-08-27 | fix(docs) typo | 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-03-28 | chore(module): move files around in preparation for more modules | Misko Hevery | |
