summaryrefslogtreecommitdiffstats
path: root/web/path.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/path.js')
-rw-r--r--web/path.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/path.js b/web/path.js
index c8ae7b8..9f0ea5b 100644
--- a/web/path.js
+++ b/web/path.js
@@ -1,9 +1,9 @@
/*
- * Copyright (c) 2012-2014 Kaarle Ritvanen
+ * Copyright (c) 2012-2015 Kaarle Ritvanen
* See LICENSE file for license details
*/
-define(["underscore"], function(_) {
+angular.module("aconf").factory("aconfPath", function() {
function split(path) {
var res = [];
var comp = "";