This is an implementation of the TodoMVC app using scalajs-angulate.
The client is an adaptation of the scalajs-angular-todomvc example written by Xavier Cho. The server is a simple akka-http application (using a tiny abstraction layer called surf).
$ sbt
> run
Open http://localhost:8081
in your browser.