mdDataTable icon indicating copy to clipboard operation
mdDataTable copied to clipboard

Indeterminate Loader Not Hide

Open ghost opened this issue 8 years ago • 1 comments

I used this http://iamisti.github.io/mdDataTable/ example

The datable Works but the data is loaded completely and the Loader is not hide

image

ghost avatar Jul 07 '17 18:07 ghost

In the file:

  • https://rawgit.com/iamisti/mdDataTable/master/dist/md-data-table-templates.js

Change <md-progress-linear md-mode=\"indeterminate\" class=\"loading-indicator\"

To: <md-progress-linear md-mode=\"determinate\" class=\"loading-indicator\"

The documentation is:

  • https://material.angularjs.org/latest/demo/progressLinear

lenin-anzen avatar Jul 13 '17 05:07 lenin-anzen