Hide dismiss button on the templates list panel

This commit is contained in:
Marliana Lara 2018-07-05 15:28:59 -04:00
parent 90d57300da
commit df3f10d71b
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE

View File

@ -1,14 +1,14 @@
<div ui-view="scheduler"></div>
<div ui-view="form"></div>
<at-panel ng-cloak id="htmlTemplate">
<div ng-if="$state.is('templates')">
<div ng-if="$state.includes('templates')">
<at-panel-heading
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
hide-dismiss="true"
badge="{{ vm.count }}">
</at-panel-heading>
</div>
<div ng-if="!$state.is('templates')">
<div ng-if="!$state.includes('templates')">
<at-panel-heading
title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
badge="{{ vm.count }}">