PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

fix: remove restrict from components #226

Closed davecodes1 closed 7 years ago

davecodes1 commented 7 years ago

Hey!

I've removed the 'restrict' option defined in the components as by default it's set to element and can't be changed. I think this was left over when the change from directives to components was made.

Cheers

fesor commented 7 years ago

Thanks, @dulldave