fix panel title and badge for new projects list

This commit is contained in:
John Mitchell
2018-10-17 11:13:36 -04:00
parent 8057438c67
commit d61cd519d7

View File

@@ -2,11 +2,10 @@
<div ui-view="form"></div> <div ui-view="form"></div>
<at-panel ng-cloak id="htmlTemplate"> <at-panel ng-cloak id="htmlTemplate">
<div ng-if="$state.includes('projects')"> <div ng-if="$state.includes('projects')">
<at-panel-heading hide-dismiss="true"> <at-panel-heading
{{:: vm.strings.get('list.PANEL_TITLE') }} title="{{:: vm.strings.get('list.PANEL_TITLE') }}"
<div class="at-Panel-headingTitleBadge" ng-show="vm.count"> hide-dismiss="true"
{{ vm.count }} badge="{{ vm.count }}">
</div>
</at-panel-heading> </at-panel-heading>
</div> </div>
<div ui-view="projectsList"></div> <div ui-view="projectsList"></div>