Skip to content

Instantly share code, notes, and snippets.

@dphase
Created September 3, 2014 16:26
Show Gist options
  • Save dphase/828811bcf622718b0706 to your computer and use it in GitHub Desktop.
Save dphase/828811bcf622718b0706 to your computer and use it in GitHub Desktop.
# BS/NG Shit
def bs_button(label, btn_class=:default, btn_tag=:button, opts={})
end
# In view
= bs_button 'Create', :success, :ng => { disabled: '!t.is_visible', if: '!t.user_account' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment