scalajs-angulate
scalajs-angulate copied to clipboard
ScalaJS binding for AngularJS.
Functions deprecated in AngularJS 1.6 https://code.angularjs.org/1.5.10/docs/api/ng/service/$http#deprecation-notice
Hello, will there be an updated version at Maven repository for Scala 2.12? https://mvnrepository.com/artifact/biz.enef/scalajs-angulate
Based it on the latest release 0.2.4 not on the head Bumped version (often as little as needed) to make it compile. Added the new `Future` methods to `HttpPromiseWrapper`
Hi all, this thread is intended to discuss missing features, suggesting improvements and planning the road map for this project. Your input is welcome!
With a directive, I can pass a function into its isolate scope, using the '=' mode. Then, that function is callable from the directive's controller. I am wanting to convert...
will you soon emit a new version with the latest fixes?
Hi, is there a easy way to access transclude value inside directive ? Dont see any example doing that, but only a ``` scala // TODO: support the transclude argument...
If possible, we should allow companion objects for components: ``` scala @Component("foo") class FooComp { /* ... */ } object FooComp { /* ... */ } ``` Since the resulting...
Is there documentation of component? This is Angulars documentation, how much is implemented? I'm missing "controllerAs" https://docs.angularjs.org/guide/component