aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2010-07-20fixed xhtml compatibility, fix console in chromeMisko Hevery
2010-07-19added equals method to angular.equals and $equalsMisko Hevery
2010-07-15add basic date supportMisko Hevery
2010-07-15fixed buildMisko Hevery
2010-07-15proper handlig of $element in filtersMisko Hevery
2010-07-15proper handlig of $element in filtersMisko Hevery
2010-07-15updated list of JavaScript keywordsMisko Hevery
2010-07-14appease IE on CSS stylesMisko Hevery
2010-07-14ng:style remembers previous style and properly resets to itMisko Hevery
2010-07-15fix undefine styleKai Compagner
2010-07-13Changed cacheThanRetrieve to verifyCache(by Rob Spies)Misko Hevery
2010-07-13romeve miscTestMisko Hevery
2010-07-13ng-change ng:changeMisko Hevery
2010-07-13Removes silly test addition.Rob Spies
2010-07-13better naming for our verify cache scheme, and tests.Rob Spies
2010-07-13changed remaining ng- to ng:Misko Hevery
2010-07-09ng:repeat ignores prototype keysMisko Hevery
2010-07-08fixed IE testsMisko 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-02change all attributes from ng- to ng: prefixMisko Hevery
2010-07-02fixed special keywords in chrome such as x.throw must be x["throw"].Misko Hevery
2010-06-29add test for error in afterEachAndres Ornelas
2010-06-23wilford's changes to serve cached data and then fetch from server if needed ↵Shyam Seshadri
/ specified
2010-06-22expose e2e test resultsAndres Ornelas
2010-06-22asdsadRob Spies
2010-06-22Merge http://github.com/angular/angular.js into angularRob Spies
Conflicts: .gitignore
2010-06-16add back nicer formattingShyam Seshadri
2010-06-16Fix bug with validator not triggering when attributes are bound and fix some ↵Shyam Seshadri
typos. Add test for bug
2010-06-09Merge branch 'repeater'Andres Ornelas
2010-06-09fixed undefined testWindow bugAndres Ornelas
2010-06-09add beforeEach and afterEach to scenario DSLAndres Ornelas
2010-06-09change repeater count expectation wordingAndres Ornelas
2010-06-09add repeater DSL and fix typoAndres Ornelas
2010-06-03fix some lint issuesShyam Seshadri
2010-06-02Add ability to add conditions to ng-requiredShyam Seshadri
2010-06-02Revert "Revert "removed few key foreach and replaced thime with for loop for ↵Shyam Seshadri
performance."" This reverts commit a29c5e4c7fd5e708c28e70e974bf873621d5277c.
2010-06-02Revert "removed few key foreach and replaced thime with for loop for ↵Shyam Seshadri
performance." This reverts commit 6143b04384680d17f38c2d5894a9b9961ea33288.
2010-05-31removed few key foreach and replaced thime with for loop for performance.Misko Hevery
2010-05-30imrove $orderBy performanceMisko Hevery
2010-05-30added compiled getterFN for better performanceMisko Hevery
2010-05-30use expressionCompile function directlyMisko 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-28change order of initializationMisko Hevery
2010-05-27extracted switchRouteMatcher and added necessary libraries to angular-scenarioAndres Ornelas
2010-05-26navigate to scenario waits for outstanding requests to clear before proceeding.Andres Ornelas
2010-05-26added outstanding request queueAndres Ornelas