Nirav Gandhi
Nirav Gandhi
Not exactly an issue but something that would be great to have. Using below ``` js .config(function(AngularyticsProvider, ENV) { if(ENV.name === "production") AngularyticsProvider.setEventHandlers(['Console', 'GoogleUniversal']); else AngularyticsProvider.setEventHandlers('Console'); }).run(function(Angularytics) { Angularytics.init(); })...
Hi, I have been struggling post development with cli commands Once you add ios platform, how do you update it after new dev changes? I have to delete platform folder...
Is there a clean way to do that. Updating the generator and running `yo ionic` doesn't help. Its overwriting important files in my existing project. edit --- figured out that...
Firstly, thanks for providing this nifty way of working with ionic slide box. Great plugin to have. I am conditionally rendering ion-wizard-step using following ``` js ``` using ng-if on...
Ionic team has introduced new slidebox directive under 1.2+. http://blog.ionic.io/announcing-ionic-1-2/ With this update, they have changed the way we use slidebox component. http://ionicframework.com/docs/v2/components/#slides Any plans to update ionic-wizard to support...