Skip to content

Instantly share code, notes, and snippets.

@marialecodes
Created April 3, 2015 18:48
Show Gist options
  • Save marialecodes/d7ab0da3599ff71b56ac to your computer and use it in GitHub Desktop.
Save marialecodes/d7ab0da3599ff71b56ac to your computer and use it in GitHub Desktop.
$('#leccion-modal').on 'show.bs.modal', (e) =>
concepto_id = $(e.relatedTarget).data('concepto-id', 'red-id')
$('#leccion-modal a').attr('href', "lecciones/crear/#{concepto_id}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment