angulate2
angulate2 copied to clipboard
Use JSExportStatic for Angular annotations
Currently we generate a separate JS file with the annotations required by Angular (-sjsx.js'). With the advent of
@JSExportStatic` in Scala.js 0.6.15 this should no longer be necessary.
OK, @JSExportStatic
only works on @ScalaJSDefined
classes, so we're currently stuck with the -sjsx
file.