
By default Ember.js will use either IndexLoadingRoute or index/loading template. Before this commit we were specyfing IndexLoadingRoute, which was renderring index_loading template. This is not needed as long as we use index/loading template - the effect is the same, but we use a default.
2 lines
48 B
Handlebars
2 lines
48 B
Handlebars
<div class="loading"><span>Loading</span></div>
|