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-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
2010-07-23
fixed some of the IE bugs
Misko Hevery
2010-07-22
fix howers which were accidently broken
Misko Hevery
2010-07-22
added jsonp to resources
Misko Hevery
2010-05-30
improve error handling with elements
Misko Hevery
2010-05-26
added outstanding request queue
Andres Ornelas
2010-05-26
fixed broken jstd conf file
Andres Ornelas
2010-05-07
xhr bulk fixes
Misko Hevery
2010-04-30
make xhr post optional
Misko Hevery
2010-04-29
added $xhr service with bulk and cache, hooked up $resource
Misko Hevery
2010-04-21
ie6 now passes
Misko Hevery
2010-04-20
fixes to enable ie
Misko Hevery
2010-04-16
lots of small fixes
Misko Hevery
2010-04-05
added hover service
Misko Hevery
2010-04-05
added ng:switch widget
Misko Hevery
2010-04-03
browser is now injectable into the system
Misko Hevery
2010-04-03
injection is now working
Misko Hevery