mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 03:00:57 +00:00
6 lines
295 B
HTML
6 lines
295 B
HTML
<div class="collapsible-title md-caption"
|
|
ng-class="{'is-expanded':vm.isExpanded}"
|
|
ng-click="vm.toggleExpand();"><ng-md-icon icon="expand_more"></ng-md-icon><span ng-bind=":: vm.title"></span></div>
|
|
<div class="collapsible-panel"
|
|
ng-if="vm.isExpanded"
|
|
ng-transclude></div>
|