You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910 |
- <div layout="column" layout-fill layout-align="top" angular-busy="appUtils.cgBusy('articles.view')">
- <div layout="row" ng-show="item != null">
- <article ng-model="item"></article>
- </div>
-
- <div ng-repeat="error in busy.errors('articles.view')" class="isa_error">
- <i class="fa fa-times-circle"></i>
- {{ error.data.message }}
- </div>
- </div>
|