Skip to content

Instantly share code, notes, and snippets.

View gaboelnuevo's full-sized avatar

Gabriel S. L gaboelnuevo

View GitHub Profile
@gaboelnuevo
gaboelnuevo / knockout-tags.js
Last active October 12, 2016 19:17 — forked from droyad/knockout-tags.js
Knockout binding for Tagit
// Based on https://gist.github.com/droyad/6136446
// Use with a observableArray.
// Example:
// <ul data-bind="tags: Tags"></ul>
ko.bindingHandlers.tags = {
init: function(element, valueAccessor, allBindingsAccessor) {
var bind = function() {