backbone.avgrund
v0.3.3
Published
Avgrund modal concept by @hakimel packaged as Backbone.View
Readme
Excellent Avgrund modal concept by @hakimel packaged as Backbone.View.
Avgrund = require 'backbone.avgrund'
class MyModal extends Avgrund
render: ->
this.$el.html """
<p>Hello, world</p>
"""
this
myModal = new MyModal()
myModal.render()
$(document.body).append myModal.el