issues
search
AmpersandJS
/
ampersand-router
Clientside router with fallbacks for browsers that don't support pushState. Mostly lifted from Backbone.js.
MIT License
70
stars
16
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Read hash params
#56
davidmh
closed
4 years ago
0
search part of location is misinterpreted as fragment when root is not "/"
#55
dhritzkiv
opened
7 years ago
0
Kill `null` arg sent to all route handlers
#54
beck
closed
7 years ago
10
add event after navigate
#53
vwasteels
opened
8 years ago
0
Bump dependencies including lodash v4.
#52
samhashemi
closed
8 years ago
2
update testing framework
#51
wraithgar
closed
8 years ago
2
What about the order of the routes-property when JavaScript Object properties have no inherent order?
#50
bhamblok
closed
5 years ago
0
Also use pageshow event as URL change cue
#49
lmorchard
opened
8 years ago
3
Document history API
#48
mnquintana
opened
9 years ago
1
Non-root routes pass requests to server
#47
mnquintana
closed
9 years ago
4
encoded "%" gets stripped fragment in navigate call
#46
fde31
opened
9 years ago
0
Last index in execute args is always null
#45
lokken
closed
7 years ago
1
Feature Request: make user navigation history exportable
#44
cdaringe
opened
9 years ago
0
remove erroneous urlChanged check
#43
wraithgar
closed
9 years ago
7
test for routes through extend and instantiation
#42
lukekarrys
closed
9 years ago
3
Missing `this` reference in `redirectTo` example
#41
fyockm
closed
9 years ago
2
add section to the example about pairing with ampersand-view-switcher
#40
lukekarrys
closed
9 years ago
3
Basic readme example not cleaning up stuff?
#39
alessioalex
closed
9 years ago
1
Question: no route change detection by default?
#38
alessioalex
closed
9 years ago
1
Pr32
#37
wraithgar
closed
9 years ago
1
swap out backbone-events-standalone for ampersand-events
#36
lukekarrys
closed
9 years ago
3
Trigger true
#35
HenrikJoreteg
closed
9 years ago
7
Convert amp dependencies to lodash
#34
pgilad
closed
9 years ago
3
Extract History and Router into independent modules.
#33
Prestaul
opened
9 years ago
1
add history started method and tests
#32
mcous
closed
9 years ago
4
Replace underscore with amp-* modules
#31
vovacodes
closed
9 years ago
9
ampersand-router pulls in underscore
#30
qubyte
closed
9 years ago
4
Hash changes are impossible to follow
#29
wraithgar
closed
7 years ago
3
Document browser support
#28
aldendaniels
opened
9 years ago
0
Add travis.yml
#27
latentflip
closed
9 years ago
0
Incorrect routing of anchors when root is set
#26
nrbrook
opened
9 years ago
3
add reload() function
#25
wraithgar
closed
9 years ago
3
switch out underscore for lodash
#24
JakeChampion
closed
9 years ago
1
event binding fails while initialize new Router(options)
#23
ingoradatz
closed
9 years ago
4
is a "catchAll" route impossible by design?
#22
ingoradatz
closed
9 years ago
1
Fix typo in readme heading
#21
joeybaker
closed
10 years ago
1
Remove duplicate precommit-hook dependency.
#20
kyledetella
closed
10 years ago
1
add phantomjs
#19
lukekarrys
closed
10 years ago
0
Trigger current route callback again
#18
dhritzkiv
closed
9 years ago
9
Add license
#17
wraithgar
closed
10 years ago
0
Make tests work!
#16
wraithgar
closed
10 years ago
1
Set pushState as default for history. Fixes #12
#15
kamilogorek
closed
9 years ago
13
Set {trigger: true} as default for history.navigate. Fixes #13
#14
kamilogorek
closed
9 years ago
4
{trigger: true} should be the default for history.navigate method.
#13
HenrikJoreteg
closed
9 years ago
0
pushState should be true by default when starting history
#12
HenrikJoreteg
closed
9 years ago
2
Underscore dependency
#11
jgillich
closed
10 years ago
4
Fix syntax error in example
#10
gingermusketeer
closed
10 years ago
1
Hashless routes?
#9
kokujin
closed
10 years ago
1
feature request: async before and after
#8
svnlto
closed
9 years ago
1
Think about and document how to handle multiple routers. Specifically starting them.
#7
latentflip
closed
9 years ago
2
Next