aboutsummaryrefslogtreecommitdiffstats
path: root/test/servicesSpec.js
AgeCommit message (Expand)Author
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
2010-06-23wilford's changes to serve cached data and then fetch from server if needed /...Shyam Seshadri
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
2010-05-19added error handler to xhr requestsMisko Hevery
2010-05-13fix incorect parsing of url if it contains dash - characterMisko Hevery
2010-05-10Merge branch 'master' of github.com:angular/angular.jsMisko Hevery
2010-05-10lintMisko Hevery
2010-05-07xhr bulk fixesMisko Hevery
2010-04-30clear cache on non-getMisko Hevery
2010-04-29added $xhr service with bulk and cache, hooked up $resourceMisko Hevery
2010-04-29fix isssue where the jasmine currentSpec does not get updated and hence every...Misko Hevery
2010-04-16lots of small fixesMisko Hevery
2010-04-15added $route serviceMisko Hevery
2010-04-12$invalid widget clear on switch changeMisko Hevery
2010-04-09various bug fixesMisko Hevery
2010-04-08tests pass jstd has issuesMisko Hevery
2010-04-08tests failing jstd to show coryMisko Hevery