From b2315a433147b478a79622e4089756731de66f3b Mon Sep 17 00:00:00 2001 From: yackob03 Date: Sun, 20 Oct 2013 13:54:00 -0400 Subject: [PATCH] Allow the signin page to be snapshotted. --- static/js/controllers.js | 2 ++ static/partials/signin.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/static/js/controllers.js b/static/js/controllers.js index 316c4f346..48d6a1159 100644 --- a/static/js/controllers.js +++ b/static/js/controllers.js @@ -142,6 +142,8 @@ function SigninCtrl($scope, $location, $timeout, Restangular, KeyService, UserSe $scope.sent = false; }); }; + + $scope.status = 'ready'; }; function PlansCtrl($scope, UserService, PlanService) { diff --git a/static/partials/signin.html b/static/partials/signin.html index 621f6eada..da203d1c8 100644 --- a/static/partials/signin.html +++ b/static/partials/signin.html @@ -1,4 +1,4 @@ -
+