From db63665214d9fe1849766ea63a4529635ad1883c Mon Sep 17 00:00:00 2001 From: Matan Bar Yosef Date: Sun, 14 Jun 2015 22:13:25 +0300 Subject: [PATCH] Downgrade angular version: 1.4.0 -> 1.3.6 --- templates/js/controllers/registerController.js | 2 +- templates/views/index.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/templates/js/controllers/registerController.js b/templates/js/controllers/registerController.js index 5c5e7b0..48f2bb1 100644 --- a/templates/js/controllers/registerController.js +++ b/templates/js/controllers/registerController.js @@ -59,7 +59,7 @@ angular.module('SeHub') $mdDialog.show($mdDialog.alert().title('E-mail Verification').content('A verification e-mail has been sent to your email address.') .ariaLabel('Email verification alert dialog').ok('Got it!').targetEvent(ev)); // TODO - ADD DELETE COOKIES - $cookies.remove("com.sehub.www"); + // $cookies.remove("com.sehub.www"); // $location.path("templates/views/home.html"); // Redirecting to home page // TODO REMOVE REMOVE!! }).error(function() { diff --git a/templates/views/index.html b/templates/views/index.html index 0a66c32..816e633 100644 --- a/templates/views/index.html +++ b/templates/views/index.html @@ -32,11 +32,11 @@ - - - - - + + + + +