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

How is it possible to bind data back to $scope from the $scope changes made within the dialog? #598

Open
sterichards opened this issue Jun 11, 2019 · 0 comments

Comments

@sterichards
Copy link

sterichards commented Jun 11, 2019

I feel like i'm resorting to hacks at the moment, using $rootScope, to set flags, to do data change detection and then persist things back to $scope, based upon a $watch on the parent $scope

Surely there is a better way to do this?

Why can't ngDialog do something normal, like return the $scope that has been modified by ngDialog to allow me to compare ngDialog.$scope to the main $scope?

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

No branches or pull requests

1 participant