We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Model doesn't update when directive is in modal. Initially the stars are set but when you change it the model doesn't update with the new value.
The text was updated successfully, but these errors were encountered:
I think your implementation of the modal and/or the directive went somehow wrong. I tried to reproduce this scenario, but wasn't able to.
Some of the following could be the problem:
This is an example modal which is working just fine (scope: $scope):
$ionicModal.fromTemplateUrl('../templates/modal.html', { scope: $scope, animation: 'slide-in-up' }).then(function(modal) { $scope.modal = modal; });
Sorry, something went wrong.
No branches or pull requests
Model doesn't update when directive is in modal. Initially the stars are set but when you change it the model doesn't update with the new value.
The text was updated successfully, but these errors were encountered: