[Tree] Restore wait spinner

Restore wait spinner in tree (missed during Angular transition);
this feedback is important when waiting for the contents of
the Packets node (WTD-644) to load.
This commit is contained in:
Victor Woeltjen
2015-01-09 17:40:34 -08:00
parent e3851c4e9c
commit d916111060

View File

@ -1,4 +1,10 @@
<ul class="tree">
<li ng-if="!composition">
<span class="tree-item">
<span class="icon wait-spinner"></span>
<span class="title-label">Loading...</span>
</span>
</li>
<li ng-repeat="child in composition">
<mct-representation key="'tree-node'"
mct-object="child"