From 01ff49f816a6d21351ed05798f06df2ccd530345 Mon Sep 17 00:00:00 2001 From: Andrew Crites Date: Wed, 25 Sep 2013 12:17:55 -0400 Subject: [PATCH] Using latest development Angular to test issue --- public/index.html | 3 ++- public/js/app.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index 94af5b8..33d311b 100644 --- a/public/index.html +++ b/public/index.html @@ -3,7 +3,8 @@
- + +
diff --git a/public/js/app.js b/public/js/app.js index 269a3d5..25c9b9c 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -5,7 +5,7 @@ window.onpageshow = function (e) { } } -app = angular.module("locbreak", []); +app = angular.module("locbreak", ['ngRoute']); app.config(function ($routeProvider) { $routeProvider