material-steppers icon indicating copy to clipboard operation
material-steppers copied to clipboard

Syntax error, unrecognized expression: <div class="md-step-body-overlay"></div>

Open Nefcanto opened this issue 9 years ago • 1 comments

Hi

I tried to use your stepper by downloading the zip file and including the non-minified versions in my page. However, I get this error:

                    var overlay = angular.element("\n                            <div class=\"md-step-body-overlay\"></div>\n                            <div class=\"md-step-body-loading\">\n                                <md-progress-circular md-mode=\"indeterminate\"></md-progress-circular>\n                            </div>\n                        ");

It happens in your js file, line 219 (stack trace => js file line 230).

What might be wrong? I have not changed anything.

Nefcanto avatar Feb 19 '17 05:02 Nefcanto

Maybe this PR #16 would solve your problem.

eberlitz avatar Mar 07 '17 23:03 eberlitz