1. 25 Mar, 2013 1 commit
  2. 23 Mar, 2013 2 commits
  3. 21 Mar, 2013 1 commit
  4. 20 Mar, 2013 2 commits
  5. 15 Mar, 2013 1 commit
  6. 14 Mar, 2013 6 commits
  7. 13 Mar, 2013 2 commits
  8. 11 Mar, 2013 1 commit
  9. 10 Mar, 2013 1 commit
  10. 25 Feb, 2013 4 commits
  11. 22 Feb, 2013 1 commit
  12. 21 Feb, 2013 3 commits
  13. 20 Feb, 2013 1 commit
  14. 16 Feb, 2013 1 commit
    • David Stutz's avatar
      Added rebuild method. · a5120e3f
      David Stutz authored
      Added a rebuild method suggested in Issue #19. Additionally added
      documentation for Knockout JS - see Issue #17.
      a5120e3f
  15. 15 Feb, 2013 1 commit
  16. 08 Feb, 2013 1 commit
    • Devristo's avatar
      Added KnockoutJS data-binding support · 00ebed1b
      Devristo authored
      Added KnockoutJS support by using a custom 'multiselect' binding handler.
      
      Example:
      
      1. Define select input
      -------------------------
      <select class="multiSelect" data-bind="multiselect: true,options: Options, selectedOptions: SelectedOptions, optionsValue: $data" multiple="multiple"></select>
      
      1. Initialize Bootstrap-multiselect
      -------------------------------------
      $(".multiSelect").multiselect();
      
      3 .Apply view model
      00ebed1b
  17. 01 Feb, 2013 1 commit
  18. 25 Jan, 2013 4 commits
  19. 24 Jan, 2013 2 commits
  20. 20 Jan, 2013 1 commit
  21. 19 Jan, 2013 1 commit
  22. 16 Jan, 2013 1 commit
  23. 09 Jan, 2013 1 commit