summaryrefslogtreecommitdiffstats
path: root/js/controller
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 03:41:28 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 03:41:28 +0200
commit928ccf49fb5c6deb405358ad38221b0cd205fb6b (patch)
treedb5b4921eed3fe8193dbcaeb07cefb7e6c714c34 /js/controller
parent90584316b8f275fcad904b644676544eb0322636 (diff)
periodically update
Diffstat (limited to 'js/controller')
-rw-r--r--js/controller/ItemController.js (renamed from js/controller/ItemsController.js)2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/controller/ItemsController.js b/js/controller/ItemController.js
index 61ca72fdc..ffada2a5c 100644
--- a/js/controller/ItemsController.js
+++ b/js/controller/ItemController.js
@@ -7,7 +7,7 @@
* @author Bernhard Posselt <dev@bernhard-posselt.com>
* @copyright Bernhard Posselt 2014
*/
-app.controller('ItemsController', function () {
+app.controller('ItemController', function () {
'use strict';
console.log('here');