summaryrefslogtreecommitdiffstats
path: root/web/directive/collection.html
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2015-04-21 23:48:54 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2016-04-19 15:25:49 +0300
commita693a0459c176b86e17d536584d0c1c527f92857 (patch)
treef9cfd749454f1e24c14400741d403bb1f1388ce8 /web/directive/collection.html
parentbe803d679f7a51f93194c86e37168c651471031b (diff)
downloadaconf-a693a0459c176b86e17d536584d0c1c527f92857.tar.bz2
aconf-a693a0459c176b86e17d536584d0c1c527f92857.tar.xz
web client: refactor using AngularJS and Bootstrapv0.6.0
Diffstat (limited to 'web/directive/collection.html')
-rw-r--r--web/directive/collection.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/directive/collection.html b/web/directive/collection.html
new file mode 100644
index 0000000..e47fd10
--- /dev/null
+++ b/web/directive/collection.html
@@ -0,0 +1,10 @@
+<!--
+ Copyright (c) 2012-2015 Kaarle Ritvanen
+ See LICENSE file for license details
+-->
+
+<aconf-del-button></aconf-del-button>
+<ng-include src="'layout/' + layout + '.html'"></ng-include>
+<button class="btn btn-success"
+ ng-if="insert"
+ ng-click="insert()">Insert</button>