Remove code moved to DluxApps
[dlux.git] / modules / yangman-resources / src / main / resources / yangman / views / rightpanel / form / config / types / bits.tpl.html
diff --git a/modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/bits.tpl.html b/modules/yangman-resources/src/main/resources/yangman/views/rightpanel/form/config/types/bits.tpl.html
deleted file mode 100644 (file)
index 8606099..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<section ng-controller="YMTypeBitCtrl as yangTypeBit"
-         layout="row"
-         flex="50"
-         class="md-whiteframe-z2 box-container"
-         layout-wrap
-         layout-padding>
-
-    <md-checkbox ng-model="type.bitsValues[$index]"
-                 ng-repeat="bit in type.getChildren('bit')"
-                 ng-true-value="1"
-                 ng-false-value="0"
-                 ng-change="yangTypeBit.valueChanged()"
-                 ng-readonly="{{ yangOutput.notEditable }}"
-                 aria-label="{{bit.label}}">
-        {{bit.label}}
-    </md-checkbox>
-</section>