Skip to content

Commit ebea6db

Browse files
committed
Show loading item.
1 parent a95d45f commit ebea6db

File tree

1 file changed

+5
-0
lines changed
  • demos/initial-ng-repeat-animation-angularjs

1 file changed

+5
-0
lines changed

demos/initial-ng-repeat-animation-angularjs/index.htm

+5
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ <h2>
7777

7878
</ul>
7979

80+
<!-- Show the loading state if no friends yet. -->
81+
<p ng-if="! friends">
82+
<em>Loading data...</em>
83+
</p>
84+
8085

8186
<!-- Load scripts. -->
8287
<script type="text/javascript" src="../../vendor/angularjs/angular-1.3.8.min.js"></script>

0 commit comments

Comments
 (0)