Merge pull request #2551 from Haokun-Chen/2547

show empty template list placeholder panel correctly
This commit is contained in:
Haokun Chen 2018-07-16 14:11:33 -04:00 committed by GitHub
commit 220b45cb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
</ul>
</div>
</div>
<at-list results="templates" id="templates_list">
<at-list results="vm.templates" id="templates_list">
<at-row ng-repeat="template in vm.templates"
ng-class="{'at-Row--active': (template.id === vm.activeId)}"
template-id="{{ template.id }}"