Skip to content

Instantly share code, notes, and snippets.

@sagar-ganatra
Last active January 3, 2016 19:09
Show Gist options
  • Save sagar-ganatra/8506654 to your computer and use it in GitHub Desktop.
Save sagar-ganatra/8506654 to your computer and use it in GitHub Desktop.
bindings: {
'.js-adminConsole': {
observe : 'message',
visible : function () {
return this.user.type = 'admin';
},
visibleFn: function ($el, isVisible) {
if(isVisible) {
$el.css('display', 'inline-block');
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment