index
:
angular.js
g3_v1_0
g3_v1_2
g3_v1_3
master
nganimate-docs-at-symbol-HTML-entity-to-character
v0.9.x
v1.0.x
v1.2.x
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Browser.js
Age
Commit message (
Expand
)
Author
2011-09-06
fix($browser.xhr): not convert 0 status to 200
Vojta Jina
2011-08-19
feat($xhr,$resource): expose response headers in callbacks
Karl Seamon
2011-08-18
doc($browser): hide $browser.notifyWhenNoOustandingRequest method
Vojta Jina
2011-08-18
feat($browser): JSONP error handling
Di Peng
2011-08-18
doc(typos): fix couple of typos in the docs
dandoyon
2011-07-27
style(): fix couple of missing semi-colons
Vojta Jina
2011-07-19
doc(.defer.cancel): temporarily disable the doc
Igor Minar
2011-07-18
feat($browser.$defer.cancel): support canceling defered tasks
Igor Minar
2011-07-18
fix($browser.setUrl): make browser.setUrl more efficient
Igor Minar
2011-07-18
feat(strict mode): adding strict mode flag to all js files
Igor Minar
2011-07-18
refactor($browser): hide startPoll and poll methods
DiPeng
2011-07-13
refactor($browser.xhr): use $browser.addJs for JSONP
Igor Minar
2011-07-13
fix($browser.addJs): make addJs jQuery compatible
Igor Minar
2011-07-13
fix($browser.xhr): properly delete jsonp callbacks
Igor Minar
2011-06-30
feat:$xhr: provide access to $xhr header defaults
Igor Minar
2011-06-27
fix:$browser: Use document.createElement to create JSONP script tag
Vojta Jina
2011-06-02
Refactor $browser's lazy start polling
Vojta Jina
2011-06-02
Fix hashchange event on IE8 compatibility mode
Vojta Jina
2011-05-31
Normalize IE XHR bug (status code 1223 to 204)
Vojta Jina
2011-05-19
XHR should add Content-type header only for POST
Vojta Jina
2011-03-26
remove _null and _undefined
Igor Minar
2011-03-11
Remove the script tag after successful JSONP request
Misko Hevery
2011-03-11
Added XSRF prevention logic to $xhr service
Misko Hevery
2011-03-11
Changed the $browser.xhr parameter post from optional to required
Misko Hevery
2011-03-11
Fixed cookies which contained unescaped '=' would not show up in cookie service.
Misko Hevery
2011-02-25
Added delay parameter to the $defer service
Misko Hevery
2011-02-16
Small spelling and grammar fixes in documentation.
Anthony Lieuallen
2011-02-03
Fixed notifyWhenNoOutstandingRequests() when using JSONP
Misko Hevery
2011-02-01
$browser poller should notify $location only once per url change
Igor Minar
2011-01-24
fixed example rendering, add tests for it.
Misko Hevery
2011-01-13
significant rewrite of the $location service
Igor Minar
2011-01-10
Rename angular.foreach to angular.forEach to make the api consistent.
Igor Minar
2011-01-07
change to keydown from keyup; add delayed $updateView
Misko Hevery
2011-01-07
$location service should utilize onhashchange events instead of polling
Igor Minar
2011-01-04
Remove many eager-publish services, lazy polling
Misko Hevery
2010-12-06
add $browser.defer and $defer service and fix async xhr cache issue
Igor Minar
2010-11-18
fix all closure compilation warnings due to invalid function types
Igor Minar
2010-11-18
add @workInProgress tag and mark all @ngdocs as work in progress
Igor Minar
2010-11-18
make @param type and description non-optional
Igor Minar
2010-11-15
Added basic Services, which support @memberOf and @methodOf
Vojta Jina
2010-10-19
fix issue where script calls back before callback registered.
Misko Hevery
2010-10-18
inline all images into css
Igor Minar
2010-09-27
Reworked the cookie synchronization between cookie service, $browser and docu...
Igor Minar
2010-09-26
Properly initialize cookie service in order to preserve existing cookies
Igor Minar
2010-09-23
$cookies service refactoring
Igor Minar
2010-09-22
Refactored the Browser:
Misko Hevery
2010-09-14
Adding cookie service
Misko Hevery
2010-08-18
stringify names for better compression, remove dead functions, removed unders...
Misko Hevery
2010-08-03
added RequestHeaders to XHR
Misko Hevery
2010-07-23
fixed some of the IE bugs
Misko Hevery
[next]