Reputation: 2886
I am new to knockout.js. I have seen all tutorials having ko.applyBindings(). Actually, what is this method doing?
Upvotes: 1
Views: 874
Reputation: 835
It searches for data-bind
s and then does whatever the specified bindings are programmed to do. See the documentation.
Upvotes: 2