I have tried to install it via cordova and it did not work.
I have tried to use it the same way but with ionic, and it still did not work.
I have tried using bower, then I have included manually the ionic-native-transitions.js
from the lib/ionic-native-transitions/dist folder, as you can guess, it also did not solve anyproblem and the Uncaught Error: [$injector:modulerr] is still.
Im working with Framework7 combined with AngularJS.
I have added the dependecy like that:
var app = angular.module("AngularApp", ['ionic-native-transitions'])
I have searched for it on Google but nothing seems to be working.
Maybe someone knows how to do that?
I receive that error (on title).
I have tried to install it via cordova and it did not work. I have tried to use it the same way but with ionic, and it still did not work. I have tried using bower, then I have included manually the ionic-native-transitions.js from the lib/ionic-native-transitions/dist folder, as you can guess, it also did not solve anyproblem and the Uncaught Error: [$injector:modulerr] is still.
Im working with Framework7 combined with AngularJS. I have added the dependecy like that:
var app = angular.module("AngularApp", ['ionic-native-transitions'])
I have searched for it on Google but nothing seems to be working. Maybe someone knows how to do that?
Thanks.