summaryrefslogtreecommitdiffstats
path: root/templates/propertyGroup.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/propertyGroup.html')
-rw-r--r--templates/propertyGroup.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/templates/propertyGroup.html b/templates/propertyGroup.html
deleted file mode 100644
index dd45df4e..00000000
--- a/templates/propertyGroup.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<h3 class="propertyGroup__title">
- <i ng-class="ctrl.getIconClass()"></i>
- {{ctrl.getReadableName()}}
- <i ng-if="ctrl.meta.info.length" ng-class="ctrl.getInfoClass()" id="info" tooltip-append-to-body="true" tooltip-placement="right" uib-tooltip="{{ctrl.getInfoText()}}"></i>
-</h3>
-<detailsItem ng-repeat="property in ctrl.properties" name="ctrl.name" data="property" model="ctrl.contact" index="$index"
- class="details-item-{{ctrl.name}}" ng-class="{ 'failed': ctrl.contact.failedProps.indexOf(ctrl.name) !== -1 }"></detailsItem>