shprink / ionic-native-transitions

[Maintenance only] Native transitions (iOS & Android) for Ionic Framework
https://www.npmjs.com/package/ionic-native-transitions
MIT License
572 stars 112 forks source link

Uncaught Error: [$injector:modulerr] #146

Open razaviv opened 6 years ago

razaviv commented 6 years ago

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.