Uncaught ReferenceError: Unable to process binding
17 views
Skip to first unread message
Jamie Munro
unread,
Feb 26, 2019, 8:17:01 PM2/26/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Knockout MVC
For anyone who receives this error (which has been often for me in the past), I wrote an article on knockout uncaught reference error that gives the following pointers:
If you are inside a foreach or with data-binding, you may need to use $parent or $root to reference a higher level item
You have a typo in your data-bind. E.g. foreach books instead of foreach: books
Hopefully anyone who has been banging their head with this data binding issue will be saved.