material-steppers
material-steppers copied to clipboard
Syntax error, unrecognized expression: <div class="md-step-body-overlay"></div>
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.
Maybe this PR #16 would solve your problem.