-
7 Dec 2012 12:59 AM #1
Unanswered: Complex Routers
Unanswered: Complex Routers
routes: {
'product/:id': {
action: 'showProductById'
}
the url is: http://192.168.1.100/webapp/#product/10222233?sid=100
it could not enter into showProductById(),
Why? How should i do?
-
7 Dec 2012 2:43 AM #2
'product/:id[?].+'
I write English by translator.


Reply With Quote