Hi
I am trying to use MemberId as a Knockout token and am getting an JavaScript error saying that MemberId binding is not defined.
I am using it like this
data-bind="attr: { title: MemberId}
Also I was hoping someone could explain some knockout syntax for me. With the HTML module token replacement I can produce the following string
http://mysite.com/profile?userid=1
by doing this http://mysite.com/profile?userid=[Users:UserId]
How can I do this with knockout? I the usage examples I have seen, knockout is binding to attributes. I have yet to see an example of concatenation.
Thanks for the help
Mark