COMMITS
/ test/ng/locationSpec.js January 14, 2015
T
fix($location): strip off empty hash segments when comparing
Thibault Leruitte committed
September 3, 2014
P
test($location): fix use of browserTrigger
Peter Bacon Darwin committed
October 4, 2014
T
fix($location): revert erroneous logic and backport refactorings from master
Tobias Bosch committed
August 29, 2014
T
refactor(locationSpec): make helper functions take an object
Tobias Bosch committed
September 12, 2014
P
fix($location): allow 0 in path() and hash()
Pawel Kozlowski committed
September 5, 2014
J
fix($location): don't call toString on null values
Jeff Cross committed
April 19, 2014
P
fix($location): allow numeric location setter arguments
Pawel Kozlowski committed
August 20, 2014
C
fix($location): rewrite relative URI correctly if path==='/' in legacy html5Mode
Caitlin Potter committed
August 19, 2014
C
fix($location): don't call `indexOf()` of undefined `href` attribute
Caitlin Potter committed
July 30, 2014
July 17, 2014
C
fix($location): handle plus character in query strings
Carlo s A. Guillen committed
June 30, 2014
S
chore(jshint): enforce jshint for tests
Shahar Talmi committed
March 6, 2014
S
fix($location): remove query args when passed in object
Sekib Omazic committed
May 24, 2014
P
docs(*): fix its/it's grammar
Phil Westwell committed
April 24, 2014
I
fix($location): don't clobber path during parsing of path
Igor Minar committed
March 28, 2014
C
fix($location): fix and test html5Mode url-parsing algorithm for legacy browsers
Caitlin Potter committed
February 26, 2014
I
revert: fix($location): parse query string when path is empty in hashbang mode
Igor Minar committed
January 24, 2014
C
fix($location): parse query string when path is empty in hashbang mode
Caitlin Potter committed
January 10, 2014
I
revert: fix($location): return '/' for root path in hashbang mode
Igor Minar committed
January 9, 2014
C
fix($location): return '/' for root path in hashbang mode
Caitlin Potter committed
November 22, 2013
December 18, 2013
C
fix($location): parse xlink:href for SVGAElements
Caitlin Potter committed
November 26, 2013
J
refactor($location): move file://+win path fix to $location
Jeff Cross committed
November 13, 2013
J
fix(urlUtils): made removal of windows drive from path safer
Jeff Cross committed
November 10, 2013
July 25, 2013
J
refactor(location): $location now uses urlUtils, not RegEx
Jeff Cross committed
August 13, 2013
K
feat(minerr): log minerr doc url in development
Ken Sheedlo committed
August 12, 2013
I
test($location): fix broken tests
Igor Minar committed
I
docs(minErr): add location/isrcharg docs
Igor Minar committed
I
docs(minErr): add location/ihshprfx
Igor Minar committed
I
chore($location): drop bugus error
Igor Minar committed
I
fix($location): don't initialize hash url unnecessarily
Igor Minar committed
July 31, 2013
M
fix(location): fix parameter handling on search()
Misko Hevery committed
April 26, 2013
J
fix(Angular.js): handle duplicate params in parseKeyValue/toKeyValue
joshkurz committed
June 14, 2013
I
fix($location): default to / for the url base if no base[href]
Igor Minar committed
June 19, 2013
M
feat(jqLite): switch bind/unbind to more recent jQuery on/off
Michał Gołębiowski committed
June 8, 2013
K
chore(minErr): replace ngError with minErr
Ken Sheedlo committed
June 5, 2013
I
refactor($route): pull $route and friends into angular-route.js
Igor Minar committed
May 24, 2013
I
feat(ngError): add error message compression and better error messages
Igor Minar committed
May 6, 2013
M
fix($location): prevent navigation when event isDefaultPrevented
Misko Hevery committed
May 2, 2013
M
fix($location): compare against actual instead of current URL
Misko Hevery committed
M
fix($location): prevent navigation if already on the URL
Misko Hevery committed
March 22, 2013
Q
fix($location): back-button should fire $locationChangeStart
quazzie committed
April 23, 2013
P
test(location): should not rewrite Html5 deep urls
Pete Bacon Darwin committed
June 13, 2012
M
fix($location): fix URL interception in hash-bang mode
Misko Hevery committed
March 7, 2013
M
fix($location): parse FirefoxOS packaged app urls
Manuel Braun committed
March 8, 2013
T
fix($location): correctly rewrite html5 url to hashbang url
Thibault Leruitte committed
September 22, 2012
R
fix($location): reset $location.$$replace with every watch call
Rado Kirov committed
August 30, 2012
I
test(locationSpec): fix broken tests after vojta's commit
Igor Minar committed
June 16, 2012
V
fix($location): url rewriting if element was removed
Vojta Jina committed