Hello,
I have the following code:
<div class="title"><a href="#" data-bind="text: MovieName, attr: { href: DetailsUrl }"></a></div>
and I keep getting this error:
Uncaught ReferenceError: Unable to process binding "text: function (){return MovieName }"
Message: MovieName is not defined
I have run debug serval times and I do see how this is possible that this is not defined. Am I missing something?
where is this usually defined, in the view model, I didn't write this .js so I may be a little confused.
Thank you in advance.
Regards,