var viewModel = (function() { var self = this; selectedUser = ko.observable(new user()); })(); ko.applyBindings(viewModel);