Skip to content
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

Remove usages of angular.forEach in property editors #8538

Conversation

kjac
Copy link
Contributor

@kjac kjac commented Jul 31, 2020

Prerequisites

  • I have added steps to test this contribution in the description below

If there's an existing issue for this PR then this fixes #7718 (in part)

Description

Continuing the effort to minimize the angular dependency, I have rewritten the remaining usages of angular.forEach with the native equivalent in all property editors.

Testing this PR

Basically there should be no noticeable difference when applying this PR; the property editors should "just work". Validate the following property editors:

Content pickers

For example the Multinode Treepicker

image

Grid

image

List view

Best to test this one in the Members section

image

Nested Content

image

@kjac kjac mentioned this pull request Jul 31, 2020
17 tasks
@nul800sebastiaan
Copy link
Member

Looking good! 👍

@nul800sebastiaan nul800sebastiaan merged commit a737b0e into umbraco:v8/contrib Jul 31, 2020
@bjarnef
Copy link
Contributor

bjarnef commented Aug 3, 2020

@kjac in listview search I am seeing a console error when it doesn't return any results.

image

image

@kjac kjac deleted the v8/fix/property-editors-angular-foreach branch August 3, 2020 14:39
@kjac
Copy link
Contributor Author

kjac commented Aug 3, 2020

@bjarnef good catch, I can reproduce - fix incoming.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Start decoupling from AngularJs
3 participants