diff --git a/scripts/LoginController.js b/scripts/LoginController.js index 346b0e2..f5b2dac 100644 --- a/scripts/LoginController.js +++ b/scripts/LoginController.js @@ -3,6 +3,7 @@ angular.module('flashy.LoginController', ['ui.router']). controller('LoginController', ['$scope', '$state', '$http', function($scope, $state, $http) { 'use strict'; + $scope.varvar = false $scope.emailError = false; $scope.loginError = false; $scope.login = function(email, password) { @@ -42,4 +43,4 @@ controller('LoginController', ['$scope', '$state', '$http', $state.go('requestpasswordreset'); }; } -]); +]); \ No newline at end of file diff --git a/templates/login_form.html b/templates/login_form.html index fc37d40..6a9b2a4 100644 --- a/templates/login_form.html +++ b/templates/login_form.html @@ -21,8 +21,9 @@