aboutsummaryrefslogtreecommitdiffstats
path: root/test/BrowserSpecs.js
AgeCommit message (Expand)Author
2011-02-03Fixed notifyWhenNoOutstandingRequests() when using JSONPMisko Hevery
2011-02-01$browser poller should notify $location only once per url changeIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10fix onhashchange tests for IEIgor Minar
2011-01-07$location service should utilize onhashchange events instead of pollingIgor Minar
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor 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-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-23fixed some of the IE bugsMisko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery
2010-07-22added jsonp to resourcesMisko Hevery
2010-05-26added outstanding request queueAndres Ornelas