What are Knockout Observables ? Lets keeping it simple , Our UI gets automatically update when the ViewModel changes.To tell KO about changes in ViewModel we used Observables. Hey hey … you just used term ViewModel . how will i create a ViewModel with KO ? Ok… Lets create it then ..its very easy … Continue reading
Posted in February 2014 …
Knockout Key Concepts
From the beginning since knockout have launched , they have their limited key concepts and that’s what i do like about this library .They never tried to bring too many things with this library.Knockout creators are very clear with their concepts and goal. Below are their Key concepts : 1. Declarative Binding : knockout’s declarative binding easily associate DOM elements with … Continue reading