aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-13ng-change ng:changeMisko Hevery
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-23wilford's changes to serve cached data and then fetch from server if needed /...Shyam Seshadri
2010-06-22expose e2e test resultsAndres Ornelas
2010-06-22Merge http://github.com/angular/angular.js into angularRob Spies
2010-06-16add back nicer formattingShyam Seshadri
2010-06-16Fix bug with validator not triggering when attributes are bound and fix some ...Shyam Seshadri
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
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-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
2010-05-26fixed broken jstd conf fileAndres Ornelas
2010-05-25added rake task to create a single file for scenario runnerMisko Hevery
2010-05-25fixed collapsed issueAndres Ornelas
2010-05-24added dsl tests and select methodAndres Ornelas
2010-05-24added error handling on scenario definitionAndres Ornelas
2010-05-24happyAndres Ornelas Mesta
2010-05-20Merge branch 'master' of github.com:angular/angular.jsMisko Hevery
2010-05-20semi working stateMisko Hevery
2010-05-20basic end to end runnerMisko Hevery
2010-05-19fixed isNumber to angular.isNumber for mocks outside of angularMisko Hevery
2010-05-19added $log to console connectionMisko Hevery
2010-05-19added exception handling to $xhrMisko Hevery