index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
ng
/
rootScopeSpec.js
Age
Commit message (
Expand
)
Author
2014-01-13
fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ...
Noam Lewis
2014-01-02
fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...
Igor Minar
2014-01-02
test(rootScope): reorganize $watch deregistration specs into a describe
Igor Minar
2013-12-27
perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...
Karl Seamon
2013-12-05
chore(Scope): short-circuit after dirty-checking last dirty watcher
Karl Seamon
2013-12-04
fix($rootScope): broadcast $destroy event on $rootScope
Jeff Cross
2013-12-04
fix($rootScope): clear phase if an exception is raised by a watcher
Thomas Guillory
2013-10-05
fix(rootScope): make stopPropagation only stop its own event
Pete Bacon Darwin
2013-10-02
fix($scope): $evalAsync executes on the right scope
Lucas Galfasó
2013-10-02
style(rootScopeSpec): add semi-colons
Pete Bacon Darwin
2013-09-03
chore($rootScope): provide support to execute a function after the digest cyc...
Matias Niemelä
2013-08-27
test(Scope): fix tests after reverting commits
Igor Minar
2013-08-26
feat(Scope): async auto-flush $evalAsync queue when outside of $digest
Igor Minar
2013-08-15
feat(minerr): log minerr doc url in development
Ken Sheedlo
2013-07-22
fix(Scope): ensure that isolate scopes use the main evalAsync queue
Igor Minar
2013-07-11
fix(scope): watches can be safely unregistered inside watch handlers
Paulo Scardine
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
2013-05-02
fix($rootScope) ensure $watchCollection correctly handles arrayLike objects
Gonzalo Ruiz de Villa
2013-04-02
feat(ngdocs): added functionality to import and extract contents of external ...
Matias Niemelä
2013-03-29
feat(Scope): add $watchCollection method for observing collections
Matias Niemelä
2013-02-14
feat(scope): only evaluate constant $watch expressions once
Daniel Luz
2013-02-14
fix($rootScope): minor typo fixes
Daniel Luz
2012-11-30
fix(Scope): ensure that a scope is destroyed only once
Igor Minar
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
2012-08-27
fix(docs) typo
Misko Hevery
2012-05-23
fix($rootScope): TTL exception does not clear $$phase
Misko Hevery
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
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery