jokade / angulate2

Scala.js bindings for Angular
MIT License
87 stars 15 forks source link

Method annotations not working with classModeScala #47

Open jokade opened 7 years ago

jokade commented 7 years ago

vars and defs annotations (@Input, @Output, @HostListener, ...) only work if the class is compiled to a JS class (@classModeJS).