From 84de792c36bad53138f57e16b25b2f85191035ec Mon Sep 17 00:00:00 2001 From: Tetranoir Date: Mon, 11 May 2015 21:00:20 -0700 Subject: [PATCH] testing... nothing worth noting --- scripts/LoginController.js | 3 ++- templates/login_form.html | 16 +++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) 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 @@
-