Skip to content

Instantly share code, notes, and snippets.

View insaciableslabs's full-sized avatar

Insaciables Labs insaciableslabs

View GitHub Profile
@insaciableslabs
insaciableslabs / 1.html
Created August 28, 2013 17:55 — forked from mxriverlynn/1.html
Adaptation of Derick Bayley Notification Region to be used with Twitter Bootstrap and Backbone 1.0
<script id="modal-view-template" type="text/html">
<div class="modal-header">
<h2>This is a modal!</h2>
</div>
<div class="modal-body">
<p>With some content in it!</p>
</div>
<div class="modal-footer">
<button class="btn">cancel</button>
<button class="btn-default">Ok</button>