aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.js
AgeCommit message (Expand)Author
2011-11-14move(scope): appease the History GodMisko Hevery
2011-10-31feat(scope): better logging of infinite digest errorIgor Minar
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-09-02docs(guide/tutorial/misc): sync with google docsIgor Minar
2011-09-01feat(scope): add listener deregistration fn for $watch and $onIgor Minar
2011-08-31fix(scope): fix edge case for $digest & $broadcast scope traversalIgor Minar
2011-08-24fix(events): fixing IE specific issuesIgor Minar
2011-08-24feat(scope): support for eventsIgor Minar
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-15style(*): wrap all assignments in if statementsIgor Minar
2011-08-14refactor(scope): non-recursive $digest methodMisko Hevery
2011-08-14refactor(scope): use double-linked-list for childrenMisko Hevery
2011-08-12feat(scope): $evalAsync supportMisko Hevery
2011-08-12perf(scope): re-enable statement cacheingMisko Hevery
2011-08-12refactor(scope): remove $flush/$observe ng:eval/ng:eval-orderMisko Hevery
2011-08-12fix(scope): rerun $digest from root, rather then per scope.Misko Hevery
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-30doc(typos): fix couple of typos in the docsdandoyon
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-06-23fix:scope - reintroduce support for eager servicesDi Peng
2011-06-08Refactor injector to have invoke method for speed reasonsMisko Hevery
2011-06-08Cleanup parser code to expose smaller APIMisko Hevery
2011-06-06yet another docs batchIgor Minar
2011-06-06api doc fixes from kenIgor Minar
2011-06-06Fix links in docsVojta Jina
2011-03-26remove _null and _undefinedIgor Minar
2011-02-16Small spelling and grammar fixes in documentation.Anthony Lieuallen
2011-02-03Added remainder of the cookbookMisko Hevery
2011-02-01changed the documentation @example to use <doc:example>Misko Hevery
2011-01-30fixing angular.Scope. docsIgor Minar
2011-01-25Scope should retrieve $log and $exceptionHandler via $serviceIgor Minar
2011-01-24improve angular.Scope.$eval docsIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2010-12-08Remove RegExp parserMisko Hevery
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-24fixing docs for angular.scopeIgor Minar
2010-11-24docs for angular.scope. and angular.scope.Igor Minar
2010-11-18fix all closure compilation warnings due to invalid function typesIgor Minar
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18most of the documentation for angular.scope and friendsIgor Minar
2010-11-18scope docs + lowercase doc fixIgor Minar
2010-11-16Changed error handling so that better stack traces are displayed in the ng-er...Misko Hevery
2010-11-11$watch should optionally skip listener execIgor Minar
2010-11-10added ng:switch-when-default; changed $watch to always fire on init. (may be ...Misko Hevery
2010-10-31fix typo, and change a list to string for more efficient compression.Misko Hevery
2010-10-18JSON parser is now strict (ie, expressions are not allowed for security)Misko Hevery
2010-10-15removed unneeded function rethrow from scope which was interfering with the t...Misko Hevery
2010-10-14use new Function instead of eval()Misko Hevery