Reputation: 15303
when my page loads, I am just typing the following:
credit-card/credit-cardno?country=SG
now I am getting country as "SG". fine. But how can I make transition to next page with above details?
I tried like this:
this.transitionTo('HK.cs2i.cs2i.purchase.purchaseReview?country=SG');
But getting error. do i require to update my routerjs
or my transitionTo is wrong?
once the page transition done, I would like to see my URL as :
HK/cs2i/cs2i/purchase/purchaseReview?country=SG
Thanks in advance
Upvotes: 1
Views: 1256