aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.js
AgeCommit message (Expand)Author
2011-08-18doc(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
2010-10-14temporary backwards compatibility patch forIgor Minar
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-10-13temparary backaward compatibility patch for Controller.initIgor Minar
2010-09-21HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...Misko Hevery
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-13initial perf testingMisko Hevery
2010-08-11clean up for better obfuscationMisko Hevery
2010-08-10fix bug where $eval on undefined throws errorMisko Hevery
2010-07-26minor speed improvementsMisko Hevery
2010-07-26minor performance improvementsMisko Hevery
2010-07-20clean up error handling a bit.Misko Hevery
2010-07-15updated list of JavaScript keywordsMisko Hevery
2010-07-08added class as a constant keyword to generated codeMisko Hevery
2010-07-02changed the eval for ie to be able to return a functionMisko Hevery
2010-07-02fixed special keywords in chrome such as x.throw must be x["throw"].Misko Hevery
2010-06-02Revert "Revert "removed few key foreach and replaced thime with for loop for ...Shyam Seshadri
2010-06-02Revert "removed few key foreach and replaced thime with for loop for performa...Shyam Seshadri