This file contains hidden or 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
/** | |
* This module monitors angularFire's authentication and performs actions based on authentication state. | |
* | |
* See usage examples here: https://gist.github.com/katowulf/7328023 | |
* | |
* This fork adds support for a 'pending' state | |
*/ | |
angular.module('FirebaseWaitForAuth', []) | |
/** |