Create loading service
This commit is contained in:
parent
e9108d4b97
commit
2d99f1ecf2
4 changed files with 49 additions and 3 deletions
18
client/partials/loading.html
Normal file
18
client/partials/loading.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div class="modal fade" id="loadingModal" ng-controller="loginCtrl">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content"></div>
|
||||
</div>
|
||||
<div class="modal-dialog" style="width:200px;">
|
||||
<div class="modal-content">
|
||||
|
||||
<div class="modal-body" >
|
||||
<div align="center">
|
||||
<img src="images/spin/128x128/Preloader_8.gif" />
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue