angular-unsavedChanges icon indicating copy to clipboard operation
angular-unsavedChanges copied to clipboard

Fix Failing Builds - By pulling AngularJS version down to 1.2.x and added tmp dependency

Open Stargator opened this issue 10 years ago • 0 comments

  • AngularJS 1.3 seems to break the build - so changed versions in bower.json to ~1.2.x
  • No tmp dependency defined in package.json - It has to be 0.0.23 otherwise any higher and the build breaks
  • Spec test "defaults to using the translate service, if available" is a test that doesn't seem to be working as intended. If translate is off, @facultymatt should it return back "Hello"?

This would resolve the build issues on Travis CI.

Stargator avatar Jul 18 '15 03:07 Stargator