aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/rootScopeSpec.js
AgeCommit message (Collapse)Author
2012-05-23fix($rootScope): TTL exception does not clear $$phaseMisko 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-17feat(scope): add event.preventDefault() and event.defaultPreventedVojta Jina
2012-05-17refactor(scope.$emit): rename event.cancel() to event.stopPropagation()Vojta Jina
Breaks event.cancel() is event.stopPropagation()
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery