summaryrefslogtreecommitdiffstats
path: root/web/directive/input.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/directive/input.html')
-rw-r--r--web/directive/input.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/web/directive/input.html b/web/directive/input.html
new file mode 100644
index 0000000..5f3542d
--- /dev/null
+++ b/web/directive/input.html
@@ -0,0 +1,10 @@
+<!--
+ Copyright (c) 2012-2015 Kaarle Ritvanen
+ See LICENSE file for license details
+-->
+
+<ng-transclude ng-if="!field.removable"></ng-transclude>
+<fieldset class="form-inline" ng-if="field.removable">
+ <ng-transclude></ng-transclude>
+ <aconf-del-button></aconf-del-button>
+</fieldset>