-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[$injector:unpr] Unknown provider: $ionicNativeTransitionsProvider #86
Comments
Make sure the ionic-native-transitions file is correctly injected in your app. |
sorry, what do you mean? I have the .js file in my path, and imported it in .index.html. .state('poi', { so I guess shouldn't inject it anywhere else. |
missing Which version are you using? |
and the imported .js file says
then in my app.js I have something like:
|
it works... sorry, I was injecting '$ionicNativeTransitionsProvider' also in app.run(). I removed the dependency from .run() and now it works. |
I am also facing same issue when include $ionicNativeTransitionsProvider in config. All the default transition options are working fine without adding this provider but when trying to override and include it start giving unknown provider. Using bower
Unknown provider error when
Using ionic ionic-team/ionic-bower#1.0.0 Any idea? |
I got this very strange error....
Error: [$injector:unpr] Unknown provider: $ionicNativeTransitionsProviderProvider <- $ionicNativeTransitionsProvider
I'v used
ionic plugin add https://github.com/Telerik-Verified-Plugins/NativePageTransitions#0.6.2
imported the
ionic-native-transitions.min.js
from github and put it in the index.html fileI added 'ionic-native-transitions' as dependency in app.js
but I got this error.... any idea?
thank you
The text was updated successfully, but these errors were encountered: