aboutsummaryrefslogtreecommitdiffstats
path: root/src/Browser.js
AgeCommit message (Expand)Author
2011-09-06fix($browser.xhr): not convert 0 status to 200Vojta Jina
2011-08-19feat($xhr,$resource): expose response headers in callbacksKarl Seamon
2011-08-18doc($browser): hide $browser.notifyWhenNoOustandingRequest methodVojta Jina
2011-08-18feat($browser): JSONP error handlingDi Peng
2011-08-18doc(typos): fix couple of typos in the docsdandoyon
2011-07-27style(): fix couple of missing semi-colonsVojta Jina
2011-07-19doc(.defer.cancel): temporarily disable the docIgor Minar
2011-07-18feat($browser.$defer.cancel): support canceling defered tasksIgor Minar
2011-07-18fix($browser.setUrl): make browser.setUrl more efficientIgor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18refactor($browser): hide startPoll and poll methodsDiPeng
2011-07-13refactor($browser.xhr): use $browser.addJs for JSONPIgor Minar
2011-07-13fix($browser.addJs): make addJs jQuery compatibleIgor Minar
2011-07-13fix($browser.xhr): properly delete jsonp callbacksIgor Minar
2011-06-30feat:$xhr: provide access to $xhr header defaultsIgor Minar
2011-06-27fix:$browser: Use document.createElement to create JSONP script tagVojta Jina
2011-06-02Refactor $browser's lazy start pollingVojta Jina
2011-06-02Fix hashchange event on IE8 compatibility modeVojta Jina
2011-05-31Normalize IE XHR bug (status code 1223 to 204)Vojta Jina
2011-05-19XHR should add Content-type header only for POSTVojta Jina
2011-03-26remove _null and _undefinedIgor Minar
2011-03-11Remove the script tag after successful JSONP requestMisko Hevery
2011-03-11Added XSRF prevention logic to $xhr serviceMisko Hevery
2011-03-11Changed the $browser.xhr parameter post from optional to requiredMisko Hevery
2011-03-11Fixed cookies which contained unescaped '=' would not show up in cookie service.Misko Hevery
2011-02-25Added delay parameter to the $defer serviceMisko Hevery
2011-02-16Small spelling and grammar fixes in documentation.Anthony Lieuallen
2011-02-03Fixed notifyWhenNoOutstandingRequests() when using JSONPMisko Hevery
2011-02-01$browser poller should notify $location only once per url changeIgor Minar
2011-01-24fixed example rendering, add tests for it.Misko Hevery
2011-01-13significant rewrite of the $location serviceIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor 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-04Remove many eager-publish services, lazy pollingMisko Hevery
2010-12-06add $browser.defer and $defer service and fix async xhr cache issueIgor Minar
2010-11-18fix all closure compilation warnings due to invalid function typesIgor Minar
2010-11-18add @workInProgress tag and mark all @ngdocs as work in progressIgor Minar
2010-11-18make @param type and description non-optionalIgor Minar
2010-11-15Added basic Services, which support @memberOf and @methodOfVojta Jina
2010-10-19fix issue where script calls back before callback registered.Misko Hevery
2010-10-18inline all images into cssIgor 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-14Adding cookie serviceMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko Hevery
2010-08-03added RequestHeaders to XHRMisko Hevery
2010-07-23fixed some of the IE bugsMisko Hevery