-
-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decoupling from AngularJS #38
Comments
The two instances in the search results now have Utilities implementations in Umbraco's code base, Should I use those which would mean a new minimum requirement for contentment |
@Matthew-Wise Cool. The only issue is that Contentment v1.x builds against Umbraco v8.6.1. My aim is to bump the Umbraco dependency up to v8.10.0 (due for release 28th December), for a Contentment v2.x (breaking-change release). I haven't set-up any branches for v2.x yet, so this issue is kinda stuck in limbo until I do that. Although in the meantime, if you are eager, then you can work against the |
Update: You can use the FYI, I had to do a rebase (and forced push) on the |
Closing this issue, resolved with PR #63 - thank you @Matthew-Wise! 🌟 |
Taking lead from the Start decoupling from AngularJs #7718 ticket on the Umbraco CMS repo. I'd like Contentment to follow the same approach.
Using GitHub's search, these are the code files containing
// TODO: Replace AngularJS dependency.
that I've littered throughout my codebase. https://github.com/leekelleher/umbraco-contentment/search?q=TODO+AngularJS+dependency&unscoped_q=TODO+AngularJS+dependency&type=CodeIf anyone would like to help with this ticket, please don't interpret it as a whole task - any small incremental amends are warmly welcome.
The text was updated successfully, but these errors were encountered: