aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)Author
2010-08-14merge kai/masterMisko Hevery
2010-08-14fix __proto__ for ie.Misko Hevery
2010-08-14Merge remote branch 'igor/master'Misko Hevery
2010-08-13Serialize only own properties to avoid infinite loops when serializing ↵Igor Minar
scopes (this)
2010-08-14Provide all jquery functions as futuresShyam Seshadri
2010-08-14Fix broken tests for element dslShyam Seshadri
2010-08-13Revert click dsl, since what is returned by element is a jquery objectShyam Seshadri
2010-08-13Pull in Rajat's changes to add click and url checking dslShyam Seshadri
2010-08-11Merge branch 'master' of github.com:angular/angular.jsMisko Hevery
2010-08-12Fix toEqual matcher to use angular.equals instead of simple == comparison, ↵Shyam Seshadri
which breaks down for arrays and objects
2010-08-11removed undocumented/unneeded methods from Array APIMisko Hevery
2010-08-11Merge branch 'master' of github.com:angular/angular.jsMisko Hevery
2010-08-11removed google charts and few other filters, switched to simple optimization ↵Misko Hevery
for compiler
2010-08-12modify element dsl to understand angular bindings and return jquery object ↵Shyam Seshadri
for further checking
2010-08-12Change repeater dsl to collect and return an array of string contents based ↵Shyam Seshadri
on match
2010-08-10Merge branch 'master' of http://github.com/shyamseshadri/angular.js into shyamMisko Hevery
2010-08-10Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html ↵Shyam Seshadri
apparently
2010-08-10Merge branch 'master' of github.com:angular/angular.jsMisko Hevery
2010-08-10added more tests for json floatMisko Hevery
2010-08-10fix bug where $eval on undefined throws errorMisko Hevery
2010-08-10added additional testMisko Hevery
2010-08-10Inject jquery into future scope, and rename outer scenario to _window, which ↵Shyam Seshadri
is what it is
2010-08-09Add element DSL, to find an element. Has knowledge of finding ng:bind ↵Shyam Seshadri
elements and grabbing their contents.
2010-08-06added repeater.collect to E2E DSLAndres Ornelas
2010-08-04added MatcherSpecAndres Ornelas
2010-08-04test passing with repeater.countAndres Ornelas
2010-08-04Merge branch 'master' of github.com:angular/angular.js into futureAndres Ornelas
2010-07-30rename textMarkup to markupMisko Hevery
2010-07-30fix up the $location encodingMisko Hevery
2010-07-29refactored $location service so that it correctly updates under all conditionsMisko Hevery
2010-07-27refactoring done but Expect not workingAndres Ornelas
2010-07-27text context extractedAndres Ornelas
2010-07-27fix preventDefault for eventsMisko Hevery
2010-07-27before pulling testcontext outAndres Ornelas
2010-07-27stable before refactoringAndres Ornelas
2010-07-27Merge branch 'master' of github.com:angular/angular.js into futureAndres Ornelas
2010-07-26add $exceptionHandler serviceMisko Hevery
2010-07-26remove old unneded filesMisko Hevery
2010-07-26minor performance improvementsMisko Hevery
2010-07-23fix issues with ie 7Misko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-23added buzz demo, fix undefined() -> undefinedMisko Hevery
2010-07-22fix howers which were accidently brokenMisko Hevery
2010-07-22added jsonp to resourcesMisko Hevery
2010-07-20fix testMisko Hevery
2010-07-20fixed xhtml compatibility, fix console in chromeMisko Hevery
2010-07-19added equals method to angular.equals and $equalsMisko Hevery
2010-07-15fixed buildMisko Hevery
2010-07-15proper handlig of $element in filtersMisko Hevery