COMMITS
/ test/ng/locationSpec.js July 19, 2018
G
fix($location): avoid unnecessary `$locationChange*` events due to empty hash
George Kalpakas committed
G
test($location): add assertion
George Kalpakas committed
G
refactor($location): minor changes (unused deps, exported globals, unused deps, etc)
George Kalpakas committed
June 26, 2018
G
refactor($browser): share task-tracking code between `$browser` and `ngMock/$browser`
George Kalpakas committed
June 24, 2018
J
fix($location): fix infinite recursion/digest on URLs with special characters
Jason Bedard committed
December 1, 2017
P
fix($location): always decode special chars in `$location.url(value)`
Peter Bacon Darwin committed
November 28, 2017
P
fix($location): decode non-component special chars in Hashbang URLS
Peter Bacon Darwin committed
November 2, 2017
P
fix($location): do not decode forward slashes in the path in HTML5 mode
Peter Bacon Darwin committed
April 12, 2017
M
refactor(*): remove workarounds for IE <9, update IE/Edge-related comments
Michał Gołębiowski committed
December 30, 2016
G
fix($location): correctly handle external URL change during `$digest`
Georgios Kalpakas committed
January 4, 2017
G
fix(*): detect external changes in `history.state`
Georgios Kalpakas committed
November 25, 2016
P
style(*): fix `no-useless-escape` eslint errors
Peter Bacon Darwin committed
November 18, 2016
M
chore(*): cleanup msie handling; add support comments
Michał Gołębiowski committed
November 5, 2016
P
fix($location): throw if the path starts with double (back)slashes
Peter Bacon Darwin committed
November 4, 2016
P
test(): remove redundant hashPrefix params
Peter Bacon Darwin committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
October 17, 2016
M
fix($location): prevent infinite digest with IDN urls in Edge
Martin Staffa committed
August 1, 2016
W
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
April 21, 2016
G
fix($location) : initialize `$$absUrl` to empty string
Guillaume Salles committed
March 9, 2016
P
feat($location): default hashPrefix to '!'
Peter Bacon Darwin committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
November 4, 2015
R
fix($location): ensure `$locationChangeSuccess` fires even if URL ends with `#`
rrsivabalan committed
July 16, 2015
P
fix($location): don't crash if navigating outside the app base
Peter Bacon Darwin committed
P
refactor($location): compute `appBaseNoFile` only once
Peter Bacon Darwin committed
March 12, 2015
T
fix($location): allow navigating outside the original base URL
Tsuyoshi Yoshizawa committed
June 17, 2015
P
fix($browser): prevent infinite digest if changing hash when there is no hashPrefix
Peter Bacon Darwin committed
June 11, 2015
P
fix($location): do not get caught in infinite digest in IE9
Peter Bacon Darwin committed
C
test($location): ensure mock window can be wrapped by jqLite
Caitlin Potter committed
June 10, 2015
P
test($locationSpec): refactor and clean up tests
Peter Bacon Darwin committed
March 2, 2015
S
refactor($browser): remove private polling mechanism
Shahar Talmi committed
February 4, 2015
D
January 30, 2015
H
style(*): add jscs rule disallowSpacesInCallExpression
Henry Zhu committed
January 25, 2015
P
test($location): ensure that link rewriting is actually being tested
Peter Bacon Darwin committed
November 4, 2014
C
fix($location): don't rewrite when link is shift-clicked
Caitlin Potter committed
December 11, 2014
R
fix($location): right button click in firefox
Roman Konstantinovich committed
December 3, 2014
P
fix($location): allow hash fragments with hashPrefix in hash-bang location urls
Peter Bacon Darwin committed
November 5, 2014
P
fix($location): strip off empty hash segments when comparing
Peter Bacon Darwin committed
November 10, 2014
P
test($location): fix test of `{rewriteLinks:false}`
Peter Bacon Darwin committed
P
test($location): fix typo
Peter Bacon Darwin committed
November 14, 2014
N
fix($location): allow empty string URLs to reset path, search, and hash
Neville Samuell committed
October 18, 2014
S
feat($location): allow to location to be changed during $locationChangeStart
Shahar Talmi committed
H
style(*): disallow space after object keys, other rules
Henry Zhu committed
October 22, 2014
October 21, 2014
H
style(*): add rule requireSpacesInFunction beforeOpeningCurlyBrace
Henry Zhu committed
October 17, 2014
H
style(*): enforce spaces after keywords, add spaces
Henry Zhu committed
October 8, 2014
M
chore($sniffer): Remove $sniffer.msie & $sniffer.msieDocumentMode
Michał Gołębiowski committed
October 6, 2014
B
fix($location): use clone of passed search() object
bullgare committed
December 19, 2013
S
feat($location): allow automatic rewriting of links to be disabled
Sean Griffin committed