Error with Ng Cordova oauth

I am implementing this library to generate a login with twitter, but adding the js file and add the ‘ngCordovaOauth’ my module, gives me the following error:

Uncaught Error: [$injector:modulerr] Failed to instantiate module ionicApp due to:
Error: [$injector:modulerr] Failed to instantiate module SharedServices due to:
Error: [$injector:modulerr] Failed to instantiate module ngCordova due to:
Error: [$injector:nomod] Module 'ngCordova' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the dependencies as the second argument.

Once I throw me the same error with another library because the file that was added was not .min but now if .min

<script src="js/ng-cordova-oauth.min.js"></script>