Hi
can you point me to an example of where the three loading gif/image is controlled.
Not on the saving button but on the main login. Want to use it on another page.
Thanks
3 Answer(s)
-
0
Hi,
Sorry for my late reply. Which template do you use ? Angular1, Angular2, or JQuery ?
Thanks.
-
0
Hi,
No worries, Angular 1
-
0
Hi,
You can find it's usage here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/dev/src/MyCompanyName.AbpZeroTemplate.Web/App/common/views/layout/layout.cshtml#L58">https://github.com/aspnetzero/aspnet-ze ... cshtml#L58</a>
and it's definition here <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/blob/master/src/MyCompanyName.AbpZeroTemplate.Web/App/common/directives/metronic/directives.js">https://github.com/aspnetzero/aspnet-ze ... ectives.js</a>
Thanks.