nraboy / ng-cordova-facebook-example

Ionic Framework ngCordova Oauth Example for Facebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Malfunction on new version of ngCordova

gqferreira opened this issue · comments

When ngCordova are updated to v0.1.27, the example show error on ngCordova injection:

facebookExample.controller("LoginController", function($scope, $cordovaOauth, $localStorage, $location) //<-- show "Error: [$injector:unpr] Unknown provider: $cordovaOauthProvider <- $cordovaOauth <-"

ngCordova and ngCordovaOauth are two different libraries. You need to be using the oauth library.

Best,

I downloaded your example and just updated the ngCordova.

Ah my mistake. So oauth was removed from Ionic's version of ngCordova which is currently bundled in this project. You'll have to download ng-cordova-oauth and include it.

Best,