Skip to content

Instantly share code, notes, and snippets.

@HenryVonfire
Last active March 8, 2016 10:46
Show Gist options
  • Save HenryVonfire/8ad0acbb7951a73da4ee to your computer and use it in GitHub Desktop.
Save HenryVonfire/8ad0acbb7951a73da4ee to your computer and use it in GitHub Desktop.
Twiddle with bootstrap
import Ember from 'ember';
export default Ember.Controller.extend({
});
<h3>Twiddle with bootstrap</h3>
{{outlet}}
@import url('https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/css/bootstrap.min.css');
body {
margin: 12px 16px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 12pt;
}
{
"version": "0.6.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.3.1/ember.debug.js",
"ember-data": "https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/2.3.3/ember-data.js",
"ember-template-compiler": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.2.0/ember-template-compiler.js",
"bootstrap": "https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.6/js/bootstrap.min.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment