Using version "^1.4.0" in angular related dependencies produces an error that prevent the page rendering.
It should be a problem related to angular-animate
Possible fix
Changing the dependencies from the caret range "^1.4.0" to fixed version 1.5.9 seems to fix the problem.
TODO
We should investigate if the problem is really related to angular-animate and if locking the angular version it's really a viable fix
Using version
"^1.4.0"in angular related dependencies produces an error that prevent the page rendering.It should be a problem related to
angular-animatePossible fix
Changing the dependencies from the caret range
"^1.4.0"to fixed version1.5.9seems to fix the problem.TODO
We should investigate if the problem is really related to
angular-animateand if locking the angular version it's really a viable fix