This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body ng-app="pin"> | |
<ion-nav-bar hide-nav-bar="true"></ion-nav-bar> | |
<ion-view view-title="Login" hide-nav-bar="true"> | |
<ion-content ng-controller="LoginController"> | |
<br/><br/><br/><br/> | |
<div class="row"> | |
<div class="col"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hi Folks, I have gone through the set up but I am unable to get the Facebook auth provider injected. | |
Here are some snippets. | |
I am not sure what else to try or what step I have missed: | |
Unknown provider: $ionicFacebookAuthProvider <- $ionicFacebookAuth | |
Any ideas, thanks? | |
In my app.js I inject ionic-cloud: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @providesModule Router | |
* @flow | |
*/ | |
import { | |
createRouter, | |
} from '@exponent/ex-navigation'; | |
import LeaderboardScreen from 'LeaderboardScreen'; |
NewerOlder