Base solution for your next web application
Open Closed

Using Metronic Spinner control question #8086


User avatar
0
dparizek created

I want to use this spinner control from Metronic in Angular 1 solution: http://keenthemes.com/preview/metronic/theme/admin_4/ui_buttons_spinner.html

So I have this in my .cshtml:

  <button type="button"  ng-click="vm.delete()" class="btn btn-success mt-ladda-btn ladda-button" data-style="expand-up" data-size="l">
            <span class="ladda-label">Delete Only</span>
            <span class="ladda-spinner"></span><div class="ladda-progress" style="width: 0px;"></div>
   </button>

and do I need to add scripts for Ladda or would they already be included with Metronic scripts? Best practice place/folder in project to add them if necessary?

https://github.com/msurguy/ladda-bootstrap

And best practice usage in Angular? Metronic only gives the markup.

Basically I am looking for some direction on best approach to using the Metronic components in general in Angular ASP.NET ZERO.

Any guide or suggestions?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @dparizek

    I think it is better to use https://github.com/moff/angular2-ladda#readme for Angular project. I assume you are using Angular not AngularJs.

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.