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
/
test
/
ng
/
locationSpec.js
Age
Commit message (
Expand
)
Author
2014-02-25
revert: fix($location): parse query string when path is empty in hashbang mode
Igor Minar
2014-02-21
fix($location): parse query string when path is empty in hashbang mode
Caitlin Potter
2014-01-09
revert: fix($location): return '/' for root path in hashbang mode
Igor Minar
2014-01-09
fix($location): return '/' for root path in hashbang mode
Caitlin Potter
2014-01-02
fix($location): $location.path() behaviour when $locationChangeStart is trigg...
Sebastian K
2013-12-18
fix($location): parse xlink:href for SVGAElements
Caitlin Potter
2013-11-26
refactor($location): move file://+win path fix to $location
Jeff Cross
2013-11-13
fix(urlUtils): made removal of windows drive from path safer
Jeff Cross
2013-11-12
fix(urlUtils): urlUtils doesn't return right path for file:// on win
ROUL
2013-10-10
refactor(location): $location now uses urlUtils, not RegEx
Jeff Cross
2013-08-15
feat(minerr): log minerr doc url in development
Ken Sheedlo
2013-08-12
test($location): fix broken tests
Igor Minar
2013-08-12
docs(minErr): add location/isrcharg docs
Igor Minar
2013-08-12
docs(minErr): add location/ihshprfx
Igor Minar
2013-08-12
chore($location): drop bugus error
Igor Minar
2013-08-12
fix($location): don't initialize hash url unnecessarily
Igor Minar
2013-07-31
fix(location): fix parameter handling on search()
Misko Hevery
2013-07-01
fix(Angular.js): handle duplicate params in parseKeyValue/toKeyValue
joshkurz
2013-06-24
fix($location): default to / for the url base if no base[href]
Igor Minar
2013-06-19
feat(jqLite): switch bind/unbind to more recent jQuery on/off
Michał Gołębiowski
2013-06-17
chore(minErr): replace ngError with minErr
Ken Sheedlo
2013-06-06
refactor($route): pull $route and friends into angular-route.js
Igor Minar
2013-05-24
feat(ngError): add error message compression and better error messages
Igor Minar
2013-05-06
fix($location): prevent navigation when event isDefaultPrevented
Misko Hevery
2013-05-02
fix($location): compare against actual instead of current URL
Misko Hevery
2013-05-02
fix($location): prevent navigation if already on the URL
Misko Hevery
2013-05-01
fix($location): back-button should fire $locationChangeStart
quazzie
2013-04-25
test(location): should not rewrite Html5 deep urls
Pete Bacon Darwin
2013-04-15
fix($location): fix URL interception in hash-bang mode
Misko Hevery
2013-03-15
fix($location): parse FirefoxOS packaged app urls
Manuel Braun
2013-03-11
fix($location): correctly rewrite html5 url to hashbang url
Thibault Leruitte
2012-11-26
fix($location): reset $location.$$replace with every watch call
Rado Kirov
2012-08-30
test(locationSpec): fix broken tests after vojta's commit
Igor Minar
2012-06-20
fix($location): url rewriting if element was removed
Vojta Jina
2012-06-14
fix($location): fix URL interception in hash-bang mode
Misko Hevery
2012-06-13
fix($location): correctly parse link urls in hashbang mode with prefix
Misko Hevery
2012-06-12
fix($location): correctly parse link urls in hashbang mode
Misko Hevery
2012-06-10
test($location): fix tests borked during event renaming
Igor Minar
2012-06-02
feat($location): add $locatonChange[begin|completed] event
Misko Hevery
2012-06-02
chore($location) switch to use $rootElement
Misko Hevery
2012-05-14
fix($location): support urls with any protocol
Igor Minar
2012-04-12
fix($location): properly rewrite urls in html5 mode with base url set
Igor Minar
2012-04-11
fix($location): don't rewrite links to different base paths
Thibault Leruitte
2012-04-09
chore(tests): rename all directive names to the normalized form
Igor Minar
2012-04-02
fix($location): search setter should not double-encode the value
Mykhailo Kotsur
2012-03-28
chore(module): move files around in preparation for more modules
Misko Hevery