aboutsummaryrefslogtreecommitdiffstats
path: root/test/servicesSpec.js
AgeCommit message (Expand)Author
2011-02-15split up services into individual filesIgor Minar
2011-02-07add support for hashSearch redirection and custom redirection functionsIgor Minar
2011-02-07$route redirection should interpolate variablesIgor Minar
2011-02-07$location.updateHash should not preserve hashSearch when hashSearch is undefinedIgor Minar
2011-02-06fix how redirection is handled and testedIgor Minar
2011-02-04$route.onChange should return the registered fnIgor Minar
2011-02-04mock's .xhr.flush() should throw exception when there is nothing to flushIgor Minar
2011-02-01add support for $route.reload()Igor Minar
2011-02-01add $route.parent for setting parentScopeIgor Minar
2011-02-01add redirection support to $routeIgor Minar
2011-02-01fix $location to handle updates to empty hash wellIgor Minar
2011-02-01add support for 404 handling via $route.otherwiseIgor Minar
2011-02-01adding spec for controller-less $route definitionsIgor Minar
2011-01-26split mocks and create $log and $exceptionHandler mocksIgor Minar
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-24$cookies service should not call $eval during $evalIgor Minar
2011-01-13significant rewrite of the $location serviceIgor Minar
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2011-01-06removed dissabled tests which are now outdatedMisko Hevery
2011-01-04rename scope.$inject to scope.$serviceIgor Minar
2011-01-04removing support for 'eager-published' servicesIgor Minar
2011-01-04Remove many eager-publish services, lazy pollingMisko Hevery
2010-12-10$defer service should always call $eval after callback finishedIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-12-02Closes #170. Corrected the behavior of select when options are ng:repeatedMisko Hevery
2010-11-16Changed error handling so that better stack traces are displayed in the ng-er...Misko Hevery
2010-10-31Fixing issue #98 (infinite loop when location hash set empty)Vojta Jina
2010-10-23$cookieStore should not be a global serviceIgor Minar
2010-10-20fixed more ie test failuresMisko Hevery
2010-10-19Added tests for URL_MATCH and fixed issue with empty pathVojta Jina
2010-10-18Removed $location.cancel() method (and related test)Vojta Jina
2010-10-18Update $location API Close #62Vojta Jina
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-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-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-14Fixed all trivial jslint violationsMisko Hevery
2010-09-14Adding cookie serviceMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko 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-26add $exceptionHandler serviceMisko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-20fix testMisko Hevery
2010-07-13changed remaining ng- to ng:Misko Hevery