modern-web-template icon indicating copy to clipboard operation
modern-web-template copied to clipboard

Results 8 modern-web-template issues
Sort by recently updated
recently updated
newest added

Hi Alex, I've modified the template to build under Play 2.4. I am unfamiliar with Guice, so had to replace that with Scaladi, since the DI broke when I made...

There are some Angular JS error occurring in the master code. Some of my colleagues getting application up and running. I checked environment with them,but all same. Environment details below....

Running activator yeilds the following error message.... java.lang.NoSuchMethodError: com.typesafe.sbteclipse.core.EclipsePlugin$.EclipseKeys()Lcom/typesafe/sbteclipse/core/EclipsePlugin$EclipseKeys$; at play.PlayEclipse$class.eclipseCommandSettings(PlayEclipse.scala:99) at play.Play$.eclipseCommandSettings(Project.scala:17) at play.PlayScala$.projectSettings(Project.scala:72) at sbt.Load$$anonfun$autoPluginSettings$1$1.apply(Load.scala:664) at sbt.Load$$anonfun$autoPluginSettings$1$1.apply(Load.scala:664) at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:251) at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:251) at scala.collection.immutable.List.foreach(List.scala:318) at scala.collection.TraversableLike$class.flatMap(TraversableLike.scala:251) at scala.collection.AbstractTraversable.flatMap(Traversable.scala:105) at...

I just downloaded this app (through Activator) it seems to run but when pressing the "add user" btn - nothing happens, not even an exception , I expected to see...

AngularJS routes are not properly handled by the backend. For example: ``` /users/create ``` Results in an unresolved request in the backend. It would be preferred if in this case...

It seems that in the debug mode the loading order of the compiled coffeescripts are not specified and may cause error. In my case, the app.js is loaded after other...

I can run the application without problems with `sbt run`. Nevertheless, it doesn't work well when trying to run from actviator ui. That's all it shows: ![play-error](https://cloud.githubusercontent.com/assets/328832/6921637/6640f7d2-d7c6-11e4-982d-787b49b5eeee.png) I also opened...

Hi! Thank you for this nice template. I'm new to web development and the Play framework but looking to use something similar to what you have here for my new...