Home »
MCQs »
Aurelia MCQs
Which of the following function is used to remove the ties that attach a view model to a view?
21. Which of the following function is used to remove the ties that attach a view model to a view?
- Attached
- Bind
- Unbind
- Detached
Answer: C) Unbind
Explanation:
Unbind function is used to remove the ties that attach a view model to a view.