Skip to content

Not able to set a knockout object #34

@ajoemathew

Description

@ajoemathew

I have a knockout object
function People(data) {
var self = this;
self.Id = ko.observable(data.Id);
self.Title = ko.observable(data.Title);
}

var item=new People({});
I have value in 'item', but I am not able to set that in the localStorage. Please suggest a solution

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions