[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:
@@ -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()"
|
||||
|
||||
Reference in New Issue
Block a user