aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2010-10-12Introduced injector and $new to scope, and injection into link methods and co...Misko Hevery
2010-10-13fix memory leak caused by leftbehind $invalidWidgets referencesIgor Minar
2010-10-08Fix bug with Lexer not recognizing exponential values and values starting wit...Shyam Seshadri
2010-10-08change ng:controller to create new scope hence allow nestingMisko Hevery
2010-10-07Change angular-mocks to throw errors on unexpected gets in the format JSTD no...Shyam Seshadri
2010-10-06removing anchor spec and improving jqLite.trigger() methodIgor Minar
2010-10-04fixed lint warningsIgor Minar
2010-10-04adding missing spec for 'A' widgetIgor Minar
2010-10-01angular-mocks code should access all global functions via angularIgor Minar
2010-10-01'A' tag widget and ng:click propagation changeIgor Minar
2010-09-29Differentiate between flags and empty keys in $location.hashSearchIgor Minar
2010-09-27Reworked the cookie synchronization between cookie service, $browser and docu...Igor Minar
2010-09-26Properly initialize cookie service in order to preserve existing cookiesIgor Minar
2010-09-26Added support for functions to $orderBy methodMisko Hevery
2010-09-23make date validator use the Date objectBolek Szewczyk
2010-09-23$cookies service refactoringIgor Minar
2010-09-23Rewrite session store service in object literal style and remove getAll metho...Igor Minar
2010-09-22Refactored the Browser:Misko Hevery
2010-09-21HEAD is now at 10c0151 Fixes on issue when a SELECT has OPTION which are data...Misko Hevery
2010-09-21toJson should serialize inherited properties, but not any properties that sta...Igor Minar
2010-09-21fixed test for ng:src which fails on IE, since IE treats undefined src as url...Misko Hevery
2010-09-20Add ng:src and ng:href markup.Alkis Evlogimenos
2010-09-16Expose GET operations on resources as well. This allows us to readAlkis Evlogimenos
2010-09-14mergeMisko Hevery
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-09-14Adding cookie serviceMisko Hevery
2010-08-18converted lexer from function to closureMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-18added better handling of ng:format=numberMisko Hevery
2010-08-16adding an expectation to widgetsSpec.js for ng:includeIgor Minar
2010-08-16fix for ng:include does not remove partial if src goes to undefinedIgor Minar
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 scopes...Igor Minar
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, wh...Shyam Seshadri
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
2010-08-12modify element dsl to understand angular bindings and return jquery object fo...Shyam Seshadri
2010-08-12Change repeater dsl to collect and return an array of string contents based o...Shyam Seshadri
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
2010-08-10Merge branch 'master' of github.com:angular/angular.jsMisko Hevery
2010-08-10added more tests for json floatMisko Hevery