aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/rootScope.js
AgeCommit message (Expand)Author
2014-03-02docs(*): ensure jsdoc type expressions are validPeter Bacon Darwin
2014-02-26docs(*): fix jsdoc type expressionsPeter Bacon Darwin
2014-02-21docs(*): fix anchors for members in api docsPeter Bacon Darwin
2014-02-16docs(all): convert <pre>/</pre> snippets to GFM snippetsCaitlin Potter
2014-02-16docs(bike-shed-migration): convert doctype and namesPeter Bacon Darwin
2014-01-30fix(docs): clarify doc for "args" in $broadcast and $emitBrad Williams
2014-01-13fix($rootScope): prevent infinite $digest by checking if asyncQueue is empty ...Noam Lewis
2014-01-04docs(rootScope): fix typoKenneth Lynne
2014-01-03core(Scope): rename 'debugger' to 'web inspector' to avoid woes with g3 presu...Igor Minar
2014-01-02fix(Scope): don't let watch deregistration mess up the dirty-checking digest ...Igor Minar
2013-12-27perf(Scope): limit propagation of $broadcast to scopes that have listeners fo...Karl Seamon
2013-12-12docs(ng.$rootScope.Scope): fix API linksVlad GURDIGA
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-12-03style(Scope): remove extra wsIgor Minar
2013-12-03style(Scope): rename child scope type from Child to ChildScopeIgor Minar
2013-10-25docs($rootScope): added $eval `locals` parameter documentationCaio Cunha
2013-10-24docs(rootScope): add example of using a listener function for $watchWesley Cho
2013-10-22style: make jshint happyVojta Jina
2013-10-18docs: correct broken linksVojta Jina
2013-10-15docs($rootScope): better document infinite digest and ttlIgor Minar
2013-10-05fix(rootScope): make stopPropagation only stop its own eventPete Bacon Darwin
2013-10-03docs(rootScope): improve grammar and clarityDave Peticolas
2013-10-02fix($scope): $evalAsync executes on the right scopeLucas Galfasó
2013-09-27style($rootScope): fix argument name in $postDigest apiIgor Minar
2013-09-11docs(scope): clean up grammar and improve claritySam Dornan
2013-09-03chore($rootScope): provide support to execute a function after the digest cyc...Matias Niemelä
2013-08-26feat(Scope): async auto-flush $evalAsync queue when outside of $digestIgor Minar
2013-08-07chore(dump): fix our karma.dump bridgeIgor Minar
2013-07-22fix(Scope): ensure that isolate scopes use the main evalAsync queueIgor Minar
2013-07-18docs(jqLite): document "$destroy" eventPete Bacon Darwin
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-10docs($scope): clarify documentation for $broadcastwilltj
2013-05-02fix($rootScope) ensure $watchCollection correctly handles arrayLike objectsGonzalo Ruiz de Villa
2013-04-15docs(rootScope): fix typoPete Bacon Darwin
2013-04-15docs(rootScope): Fix various typosLaurent
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-03-29docs(*): fixed typosPascal Borreli
2013-02-14docs($rootScope): rearrange event listener docsEwen Cumming
2013-02-14feat(scope): only evaluate constant $watch expressions onceDaniel Luz
2013-02-14fix($rootScope): minor typo fixesDaniel Luz
2013-01-30feat(Scope): expose transcluded and isolate scope info for batarangBrian Ford
2013-01-29docs(Scope): fix argument docs for $onFred Sauer
2013-01-17docs(rootScope): correct code examplesMatthew Browne
2012-11-30fix(Scope): ensure that a scope is destroyed only onceIgor Minar
2012-11-25fix(Scope): allow removing a listener during eventVojta Jina