Daniel Luz
|
d7e9ae1215
|
fix($rootScope): minor typo fixes
|
2013-02-14 14:43:32 -08:00 |
|
Igor Minar
|
e7ba830691
|
fix(Scope): ensure that a scope is destroyed only once
Due to bd524fc4 calling $destroy() on a scope mupltiple times cases NPE.
Closes #1627
|
2012-11-30 13:09:50 +01:00 |
|
Vojta Jina
|
ef1874d1f3
|
fix(Scope): allow removing a listener during event
|
2012-11-25 11:41:32 +01:00 |
|
Misko Hevery
|
f61d36861d
|
fix(docs) typo
|
2012-08-27 21:20:50 -07:00 |
|
Misko Hevery
|
989446ecee
|
fix($rootScope): TTL exception does not clear $$phase
When $digest() throws infinite digest exception it
does not properly clear the $phase leaving the scope
in an inconsistent state.
Closes #979
|
2012-05-23 16:01:20 -07:00 |
|
Vojta Jina
|
84542d2431
|
feat(scope): add event.preventDefault() and event.defaultPrevented
|
2012-05-17 15:47:53 -07:00 |
|
Vojta Jina
|
91db99208e
|
refactor(scope.$emit): rename event.cancel() to event.stopPropagation()
Breaks event.cancel() is event.stopPropagation()
|
2012-05-17 15:47:52 -07:00 |
|
Misko Hevery
|
2430f52bb9
|
chore(module): move files around in preparation for more modules
|
2012-03-28 11:16:35 -07:00 |
|