diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2015-04-21 23:48:54 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2016-04-19 15:25:49 +0300 |
commit | a693a0459c176b86e17d536584d0c1c527f92857 (patch) | |
tree | f9cfd749454f1e24c14400741d403bb1f1388ce8 /web/path.js | |
parent | be803d679f7a51f93194c86e37168c651471031b (diff) | |
download | aconf-0.6.0.tar.bz2 aconf-0.6.0.tar.xz |
web client: refactor using AngularJS and Bootstrapv0.6.0
Diffstat (limited to 'web/path.js')
-rw-r--r-- | web/path.js | 4 |
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 = ""; |