MProgress.js icon indicating copy to clipboard operation
MProgress.js copied to clipboard

two instants of loader

Open MahmoudFawzy opened this issue 10 years ago • 2 comments

I use it on angular js and create class to manage it

 var clsLoader = (function () {
        var mprogress = new Mprogress({
            template: 2
        });
        return {
            show: function () {
                mprogress.start();
            },
            hide: function () {
                mprogress.end();
            }
        }
    })();

when i have two call for function show, and two call for function hide the loader not ended?

MahmoudFawzy avatar May 15 '15 20:05 MahmoudFawzy

same issue here.

RuBiNaLDo avatar Jul 01 '15 17:07 RuBiNaLDo

I definitely want this as well. I can't use this plugin without it.

travislaynewilson avatar Feb 01 '16 19:02 travislaynewilson