File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 69
69
"eslint-plugin-html" : " ^2.0.0" ,
70
70
"eventsource-polyfill" : " ^0.9.6" ,
71
71
"express" : " ^4.14.1" ,
72
- "extract-text-webpack-plugin" : " beta " ,
72
+ "extract-text-webpack-plugin" : " ^2.1.0 " ,
73
73
"file-loader" : " ^0.10.0" ,
74
74
"friendly-errors-webpack-plugin" : " ^1.1.3" ,
75
75
"highlight.js" : " ^9.9.0" ,
Original file line number Diff line number Diff line change 2
2
<transition name =" md-spinner" appear >
3
3
<div class =" md-spinner" :class =" [themeClass, classes]" :style =" styles" >
4
4
<svg class =" md-spinner-draw" viewBox =" 25 25 50 50" >
5
- <circle class =" md-spinner-path" cx =" 50" cy =" 50" r =" 20" :stroke-width =" mdStroke" :stroke-dasharray =" dashProgress" >
5
+ <circle class =" md-spinner-path" cx =" 50" cy =" 50" r =" 20" :stroke-width =" mdStroke" :stroke-dasharray =" dashProgress" / >
6
6
</svg >
7
7
</div >
8
8
</transition >
You can’t perform that action at this time.
0 commit comments