From 05f41a8e46fbf2494680e6a22558d85889ed4609 Mon Sep 17 00:00:00 2001 From: Mario Colque Date: Fri, 25 Apr 2014 17:34:38 -0300 Subject: [PATCH] added import route --- js/routes.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/routes.js b/js/routes.js index 3970dd047..1206f5192 100644 --- a/js/routes.js +++ b/js/routes.js @@ -14,6 +14,10 @@ angular templateUrl: 'signin.html', validate: false }) + .when('/import', { + templateUrl: 'import.html', + validate: false + }) .when('/setup', { templateUrl: 'setup.html', validate: false