Binding Metro UI Tiles with Knockout.js
Posted by: The Code Project Latest Articles,
on 14 Dec 2012 |
View original | Bookmarked: 0 time(s)
Knockout is a JavaScript library which dynamically binds data between different html contents and follow Model-View-View-Model (MVVM) design pattern. Its one of the core feature is Observable, which can detect changes in the view model.......