aboutsummaryrefslogtreecommitdiffstats
path: root/src/Scope.js
AgeCommit message (Expand)Author
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
2010-05-31removed few key foreach and replaced thime with for loop for performance.Misko Hevery
2010-05-30added compiled getterFN for better performanceMisko Hevery
2010-05-30compiler exposos both self and this function calling conventionMisko Hevery
2010-05-30improve error handling with elementsMisko Hevery
2010-05-30remove the relience of parser an special self object, now passing generic selfMisko Hevery
2010-05-30remove the uneeded call to createScope when evaluating expressionsMisko Hevery
2010-05-19added error handler to xhr requestsMisko Hevery
2010-05-13fixed issue with radio view clobering model if radio was checked.Misko Hevery
2010-05-07change everything over to jasmineMisko Hevery
2010-05-07xhr bulk fixesMisko Hevery
2010-04-29added $xhr service with bulk and cache, hooked up $resourceMisko Hevery
2010-04-16lots of small fixesMisko Hevery
2010-04-15added $route serviceMisko Hevery
2010-04-09various bug fixesMisko Hevery
2010-04-07clean up, fixes for appMisko Hevery
2010-04-05added ng-controller directiveMisko Hevery
2010-04-05added ng:switch widgetMisko Hevery
2010-04-03injection is now workingMisko Hevery
2010-04-02radio now works with repeatersMisko Hevery
2010-04-02mergeMisko Hevery
2010-04-02widgets now work properlyMisko Hevery
2010-03-31started to add servicesMisko Hevery
2010-03-31started to add servicesMisko Hevery
2010-03-31all tests green, some dissabledMisko Hevery
2010-03-30more tests passingMisko Hevery
2010-03-30more tests fixedMisko Hevery
2010-03-29reenabled more testsMisko Hevery
2010-03-29dissabled a lot of tests, and made the core test set pass.Misko Hevery
2010-03-26moved all uneeded files out, widgets.html works, tests horribly brokenMisko Hevery
2010-03-25major refactoring of scopeMisko Hevery
2010-03-25checkbox and radio now workingMisko Hevery
2010-03-23markup now wroks, some refactoringsMisko Hevery