meteor-ionic/components
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
..
ionActionSheet finished action sheet component 2014-12-17 08:40:24 -08:00
ionBackdrop added loading and backdrop components 2014-12-17 08:23:16 -08:00
ionBody remove stray console.logs 2015-02-08 18:02:43 -08:00
ionContent add subfooterbar component 2015-01-15 08:24:40 -08:00
ionFooterBar footer bars should be aware of tabs below them 2015-01-17 16:27:29 -08:00
ionHeaderBar remove stray console.logs 2015-02-08 18:02:43 -08:00
ionIcon initial commit 2014-12-14 15:15:43 -08:00
ionItem Added textWrap class to item 2015-03-09 10:34:03 -04:00
ionKeyboard dont mess with the keyboard on android. should fix #89 2015-03-06 12:58:42 -08:00
ionList Added custom classes to list component 2015-02-02 22:53:21 -05:00
ionLoading Fix for ion-modal spurious blaze errors 2015-02-18 13:09:51 -06:00
ionModal fix keyboard focusing/scrolling 2015-02-18 19:48:20 -08:00
ionNavBackButton Handle dynamic back urls 2015-06-03 12:29:19 -04:00
ionNavBar potential fix for #27, #31, #44, #47 2015-01-31 13:07:19 -08:00
ionNavView remove stray console.logs 2015-02-08 18:02:43 -08:00
ionPane add missing files 2014-12-14 15:26:04 -08:00
ionPopover Popover fixes 2015-05-08 12:48:00 +00:00
ionPopup Added template reference to the callbacks and fixed subtitle bug 2015-03-02 11:18:16 +10:00
ionRadio initial commit 2014-12-14 15:15:43 -08:00
ionSideMenu initial sidemenu implementation using snap.js 2014-12-16 21:00:50 -08:00
ionSideMenuContainer oops should be for #50 2015-01-31 12:08:27 -08:00
ionSideMenuContent initial sidemenu implementation using snap.js 2014-12-16 21:00:50 -08:00
ionSideMenus initial sidemenu implementation using snap.js 2014-12-16 21:00:50 -08:00
ionSlide initial slidebox implementation. closes #5 2015-02-24 16:08:15 -08:00
ionSlideBox add initial slides 2015-03-13 01:48:31 +08:00
ionSubfooterBar add subfooterbar component 2015-01-15 08:24:40 -08:00
ionSubheaderBar subheaders should know when there are tabs above them 2015-01-17 16:35:21 -08:00
ionTab Added badge color option to ionTab 2015-03-15 12:57:11 -07:00
ionTabs simplify current tab logic, don't use localstorage 2015-03-03 08:45:16 -08:00
ionView IonScrollPositions based on route path rather than route name 2015-04-28 08:05:19 +01:00