[Edit] No more tooltips

Changed the attribute of 'title' on mct-container
to 'label'. This made the tooltips in Edit mode
dissapear. #46.
This commit is contained in:
Sarah Hale
2015-07-07 11:14:45 -07:00
parent 4c77dd6a69
commit 9e6d84a1d5
3 changed files with 4 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
at runtime from the About dialog for additional information.
-->
<div class="accordion-head" ng-click="toggle.toggle()">
{{container.title}}
{{container.label}}
</div>
<div class="accordion-contents"
ng-show="!toggle.isActive()"