How can i use promise
I am not there yet, but probably something describe here I will need to try that, that's for sure
View ArticleHow can i use promise
Yeah, this link helped a bit, i got it working now. return new Promise(function(resolve, reject) { resolve('some sucess stuff'); reject('some fail stuff'); } Thanks for the help
View ArticleChanging nav-bar color from one view to another by setting a class
@joseadrian This method doesn't work with default ionic's class. I need just one state with "bar-clear", all of other states are 'assertive' theme. By the way, thanks for your help.
View ArticleIonic is not defined when using ionic-push
I just want device taken rest i will be doing on .net. And, i have tried ngCordova which has problem with the event call back and the ionic.io which is having problem with the ionic not being defined....
View ArticleIonic toturial for building a release.apk
Hi @nicraboy. I followed this tutorial for android release.apk and everything worked fine until the --release command. An error came up and suggested that I might not have the required environment or...
View ArticleIonic is not defined when using ionic-push
About the Ionic not being defined, using Ionic.io(); before the declaring Ionic solved my problem.
View ArticleIonic emulate ios not working after upgrading to El Capitan
After upgrading to El Capitan I can no longer launch the emulator with the ionic command line tools. "ionic emulate ios" appears to do nothing in the terminal. I get neither build information nor a...
View ArticleSwitching Ionic CLI between 1.x and 2.x back and forth
is there a real answer other then uninstalling everything ( node/ionic ) and then reinstalling...
View ArticleTesting ionic 2 apps
Hi, i'm digging into tesing ionic 2 apps, i have a simple issue, idk nothing about testing js code, i have used rspec for ruby but in js i have read that karma + jasmine + phantomjs. How is or will be...
View ArticleTransition style in Ionic 2?
Is it possible to control the navigation style in Ionic 2? (I.e. different animations, disabling animations, etc)?
View ArticleIonic 2 Beta / Geolocation plugin not working
A few weeks late to the party, I know, but I just tried using Geolocation and ran into this same problem. The documentation has a few problems with it. First, it tells you to use the ionic/ionic...
View ArticlengIf, ngShow, ngHide do not work in collection-repeat
Any word on this? Replacing ng-repeat with collection-repeat causing some critical errors. Only when I removed all the ng-show, inside the template do the errors subside, but templates still aren't...
View Article[FIXED] Retrieve Parse Query result from a .factory into a .controller
Hello everyone, I'm new to Ionic and AngularJS in general, I was a backend dev before making the switch and I have a problem with an app I'm trying to develop: I'm trying to get a result from a...
View ArticleWhat is not possible with ionic
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleWhat is not possible with ionic
You may need to add back-end service to your app, every-time you receive the notification it will show this top-layer to the user. You can start from there:...
View ArticleWhat is not possible with ionic
Otherwise it will be a very interesting feature to implement!
View Article$ionicView.enter not firing on ALL child views
If there are multiple child views on a page the $ionicView.enter and $ionicView.leave events are only fired once on one of the child views not once on ALL the child views An extract from my code that...
View ArticleBug: $ionicScrollDelegate.freezeScroll doesn't work (codepen provided)
Thanks for confirming its a bug, I was over here pulling my hair out thinking it was just me.
View ArticleBlank screen on ios 8 caused by malfunctioning routing
Hi, I have the same problem. Could you give some more hints to solve this issue. Thanks in advance!
View Article