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.

busy-template.html 194B

123456
  1. <div class="custom-template">
  2. <div flex>
  3. <md-progress-linear md-mode="indeterminate"></md-progress-linear>
  4. </div>
  5. <div class="custom-message" ng-bind="$message"></div>
  6. </div>