Skip to content

Instantly share code, notes, and snippets.

@willrjmarshall
Created May 6, 2014 05:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willrjmarshall/60b6ccd209f737c6e712 to your computer and use it in GitHub Desktop.
Save willrjmarshall/60b6ccd209f737c6e712 to your computer and use it in GitHub Desktop.
Darkswarm.controller "ForgotCtrl", ($scope, $http, $location, SpreeUser, AuthenticationService) ->
$scope.spree_user = SpreeUser.spree_user
$scope.path = "/forgot"
$scope.sent = false
$scope.active = ->
$location.path() == $scope.path
$scope.select = ->
AuthenticationService.select($scope.path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment