Skip to content

Instantly share code, notes, and snippets.

@pareshchouhan
Created October 11, 2014 19:38
Show Gist options
  • Save pareshchouhan/88a78d467c196c834a42 to your computer and use it in GitHub Desktop.
Save pareshchouhan/88a78d467c196c834a42 to your computer and use it in GitHub Desktop.
bets4you.controller('AuthController',['$scope','$window','$location','AuthService',function($scope,$window,$location,AuthService){
this.path = null;
this.steamID64 = null;
this.isAuth = false;
$scope.$watch( 'location.url()', function( url ) {
});
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment