Remove code moved to DluxApps
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / boolean.tpl.html
diff --git a/modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/boolean.tpl.html b/modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/boolean.tpl.html
deleted file mode 100644 (file)
index d700853..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<section ng-controller="YMTypeBooleanCtrl as yangTypeBolean" layout="row" class="layout-row flex-center">
-       <span class="mr8">F</span>
-    <md-switch ng-model="node.value"
-               id="{{ node.label + node.id }}"
-               aria-label="Boolean"
-               ng-readonly="{{ yangOutput.notEditable }}">
-    </md-switch>
-    <span>T</span>
-</section>