aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2010-10-19fixed testsMisko Hevery
2010-10-19Fix browser triggering in scenario to always do native events.Misko Hevery
2010-10-19Significantly clean up the way the scenario DSL works and implement many more...Elliott Sprehn
2010-10-18fixing css class name for currency filter and its specIgor Minar
2010-10-18Removed $location.cancel() method (and related test)Vojta Jina
2010-10-18Update $location API Close #62Vojta Jina
2010-10-18JSON parser is now strict (ie, expressions are not allowed for security)Misko Hevery
2010-10-16improving angular.copy specIgor Minar
2010-10-16Add test for toKeyValue() - true values should be composed to flagVojta Jina
2010-10-16Add missing tests for toKeyValue() functionVojta Jina
2010-10-16attempting to fix ie on jquery build failureMisko Hevery
2010-10-16fixed date formater and make it work on ieMisko Hevery
2010-10-16adding an extra DateToUTC assertionIgor Minar
2010-10-16Fixed filter date test - remove dependency on machine timezoneVojta Jina
2010-10-15Fix unicode parsing Close #56Misko Hevery
2010-10-15fixed lint warnings and one flaky testMisko Hevery
2010-10-15Updated JSTDMisko Hevery
2010-10-14New Angular Scenario runner and DSL system with redesigned HTML UI.Elliott Sprehn
2010-10-13Added support for date filterMisko Hevery
2010-10-13fixing reference issue in angular-mocks.jsIgor Minar
2010-10-13fixed issue where date copy creates an object instead of dateMisko Hevery
2010-10-13fixed issue where ng:bind would not reset value if expression returned undefinedMisko Hevery
2010-10-12Fixed issue where compiler would pass in detached text node if previous marku...Misko Hevery
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