Merge pull request #2426 from marshmalien/fix/1521-templates-dismiss-button

Hide dismiss button on the templates list panel
This commit is contained in:
Marliana Lara 2018-07-05 16:44:46 -04:00 committed by GitHub
commit f6c48bc1da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 }}">