Commit graph

12 commits

Author SHA1 Message Date
Sivli Kestanous
f63d523c64 Handle dynamic back urls
I have a url that was fetched from collection data. I was rendering the template before the subscription was done and the template data was {url: null}. 

Quick fix was to only render the template when the url existed but that cased a flicker when going though routes quickly.

This fix could have been done in an autorun but given that it is only called once this makes the most sense to me.
2015-06-03 12:29:19 -04:00
tomwasd
ea8516618e IonScrollPositions based on route path rather than route name 2015-04-28 08:05:19 +01:00
dcsan
33e9182b00 typo 2015-03-11 15:59:03 -07:00
dcsan
1b18dd0c41 backbutton warns about routes that dont exist 2015-03-11 15:55:28 -07:00
Nick Wientge
5b517363bc potential fix for #27, #31, #44, #47 2015-01-31 13:07:19 -08:00
Nick Wientge
aebf174195 clean up data attributes 2015-01-27 07:32:38 -08:00
Nick Wientge
5ad12ffa58 reset scroll position when navigating back. fixes #1 2015-01-09 14:02:22 -08:00
Nick Wientge
3a65a0ee28 fix back button url logic 2015-01-02 16:11:23 -08:00
Nick Wientge
7494d5a31c use android back arrow on android 2015-01-02 08:09:18 -08:00
Nick Wientge
298459e43e fix navbar title positioning bugs, allow passing custom icon to back button 2015-01-02 08:00:40 -08:00
Nick Wientge
4292fcdb12 add title positioning to headerbar and navbar 2014-12-28 22:32:06 -05:00
Nick Wientge
de35cdf056 more navigation functionality, added back button component 2014-12-25 19:39:30 -05:00