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 KnockoutJS
I have objects with observable properties in a single
observableArray. How can I notify the array that a property on a
single object in the array has changed? For example, if sam's name
changes.
var Person = function (name){
return { name: ko.observable(name) }
}
var viewModel = {
people: observableArray([new Person('sam'), new Person('mary') ])
}
Mark Bradley
unread,
Jul 3, 2011, 8:59:19 PM7/3/11
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