summaryrefslogtreecommitdiffstats
path: root/js/app
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 18:52:13 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-08-27 18:52:13 +0200
commitc7c2bf214c9cf6bde0c563ee68ffb5b61ed9734e (patch)
tree0d53bd6049bf05a5ddfae4957d950c124c791679 /js/app
parent924d8b5d63813a833db3ba86acb438fc7c456bc4 (diff)
editing
Diffstat (limited to 'js/app')
-rw-r--r--js/app/Run.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/app/Run.js b/js/app/Run.js
index 44c01a5e5..9b068910c 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -105,4 +105,5 @@ app.run(($rootScope, $location, $http, $q, $interval, Loading, ItemResource,
$rootScope.$on('$routeChangeError', () => {
$location.path('/items');
});
+
}); \ No newline at end of file