aboutsummaryrefslogtreecommitdiffstats
path: root/test/ng/rootScopeSpec.js
AgeCommit message (Expand)Author
2014-03-21test($rootScope): add assertion to test ensuring that NaN -> NaN does not throwCaitlin Potter
2014-03-21fix($rootScope): ng-repeat can't handle NaN values. #4605Sekib Omazic
2014-03-18fix(Scope): $watchCollection should call listener with oldValueIgor Minar
2014-01-13fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ...Noam Lewis
2014-01-02fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...Igor Minar
2014-01-02test(rootScope): reorganize $watch deregistration specs into a describeIgor Minar
2013-12-27perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...Karl Seamon
2013-12-05chore(Scope): short-circuit after dirty-checking last dirty watcherKarl Seamon
2013-12-04fix($rootScope): broadcast $destroy event on $rootScopeJeff Cross
2013-12-04fix($rootScope): clear phase if an exception is raised by a watcherThomas Guillory
2013-10-05fix(rootScope): make stopPropagation only stop its own eventPete Bacon Darwin
2013-10-02fix($scope): $evalAsync executes on the right scopeLucas Galfasó
2013-10-02style(rootScopeSpec): add semi-colonsPete Bacon Darwin
2013-09-03chore($rootScope): provide support to execute a function after the digest cyc...Matias Niemelä
2013-08-27test(Scope): fix tests after reverting commitsIgor Minar
2013-08-26feat(Scope): async auto-flush $evalAsync queue when outside of $digestIgor Minar
2013-08-15feat(minerr): log minerr doc url in developmentKen Sheedlo
2013-07-22fix(Scope): ensure that isolate scopes use the main evalAsync queueIgor Minar
2013-07-11fix(scope): watches can be safely unregistered inside watch handlersPaulo Scardine
2013-06-17chore(minErr): replace ngError with minErrKen Sheedlo
2013-05-24feat(ngError): add error message compression and better error messagesIgor Minar
2013-05-02fix($rootScope) ensure $watchCollection correctly handles arrayLike objectsGonzalo Ruiz de Villa
2013-04-02feat(ngdocs): added functionality to import and extract contents of external ...Matias Niemelä
2013-03-29feat(Scope): add $watchCollection method for observing collectionsMatias Niemelä
2013-02-14feat(scope): only evaluate constant $watch expressions onceDaniel Luz
2013-02-14fix($rootScope): minor typo fixesDaniel Luz
2012-11-30fix(Scope): ensure that a scope is destroyed only onceIgor Minar
2012-11-25fix(Scope): allow removing a listener during eventVojta Jina
2012-09-11fix($evalAsync): have only one global async queueMisko Hevery
2012-08-27fix(docs) typoMisko Hevery
2012-05-23fix($rootScope): TTL exception does not clear $$phaseMisko Hevery
2012-05-17feat(scope): add event.preventDefault() and event.defaultPreventedVojta Jina
2012-05-17refactor(scope.$emit): rename event.cancel() to event.stopPropagation()Vojta Jina
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery