Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

feat(FormController): add $rollbackViewValue to rollback all controls #7595

Closed
wants to merge 1 commit into from
Closed

feat(FormController): add $rollbackViewValue to rollback all controls #7595

wants to merge 1 commit into from

Conversation

shahata
Copy link
Contributor

@shahata shahata commented May 26, 2014

Currently it is possible to use ngModelOptions to pend model updates until form is submitted, but in case the user wants to reset the form back to its original values he must call $rollbackViewValue on each input control in the form. This commit adds a $rollbackViewValue on the form controller in order to make this operation easier, similarly to $commitViewValue.

@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#7595)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

Currently it is possible to use `ngModelOptions` to pend model updates until form is submitted, but in case the user wants to reset the form back to its original values he must call `$rollbackViewValue` on each input control in the form. This commit adds a `$rollbackViewValue` on the form controller in order to make this operation easier, similarly to `$commitViewValue`.
@rodyhaddad rodyhaddad self-assigned this May 28, 2014
@rodyhaddad rodyhaddad added this to the Backlog milestone May 28, 2014
@rodyhaddad rodyhaddad removed their assignment May 28, 2014
@rodyhaddad
Copy link
Contributor

Do you have a use case for rolling back the pending values of the whole form?

@shahata
Copy link
Contributor Author

shahata commented May 28, 2014

@rodyhaddad - Yes, I think it is very useful in case ngModelOptions is used to commit the model only on form submit (and then the user can roll back the whole form easily from the reset button). Here's a plunkr example: http://plnkr.co/edit/yJOtCHYzc1Rsm85ihwZi?p=preview

You can compare that to how things are done without ngModelOptions today where you have to make a copy of the model on reset & update: https://docs.angularjs.org/guide/forms

@shahata shahata added cla: yes and removed cla: no labels May 28, 2014
@shahata
Copy link
Contributor Author

shahata commented Jun 29, 2014

@rodyhaddad what's your take on this? I think that this is a very important feature for ppl who use ngModelOptions to pend updates until the form is submitted...

@rodyhaddad rodyhaddad self-assigned this Jun 29, 2014
@rodyhaddad rodyhaddad modified the milestones: 1.3.0-beta.15, Backlog Jul 1, 2014
@rodyhaddad rodyhaddad closed this in 85b7731 Jul 1, 2014
@rodyhaddad
Copy link
Contributor

Thought I had merged this after your response.
Thanks for pinging me about it!

ckknight pushed a commit to ckknight/angular.js that referenced this pull request Jul 16, 2014
Currently it is possible to use `ngModelOptions` to pend model updates until form is submitted, but in case the user wants to reset the form back to its original values he must call `$rollbackViewValue` on each input control in the form. This commit adds a `$rollbackViewValue` on the form controller in order to make this operation easier, similarly to `$commitViewValue`.

Closes angular#7595
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants