This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Update Angular dependency to ~1.3.0, update html5-boilerplate, karma #278
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think angular-seed project should always be updated with the latest stable version of Angular as a dependency, so I've updated the dependency version to
~1.3.0
(similar and to be consistent with what's suggested on the tutorial) onbower.json
.Fixes #259.
Additionally, I've updated the
html5-boilerplate
dependency to the latest version and updated thesrc
of scripts/css onindex.html
.I was also running into issues on
npm install
and updatedkarma
to the latest version as well, and added all the needed karma plugins. (I think this may also solve othernpm install
issues such as #271, #270, #266, #263 and #262.)I've checked the migration guide but no change to the code was needed. I've tested the seed project with this new version and have run all the tests successfully.