Skip to content

Instantly share code, notes, and snippets.

@chvonrohr
Last active January 12, 2018 11:29
Show Gist options
  • Save chvonrohr/54d3b05d8c6f88b2ba530f45a158e864 to your computer and use it in GitHub Desktop.
Save chvonrohr/54d3b05d8c6f88b2ba530f45a158e864 to your computer and use it in GitHub Desktop.
New Twiddle
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
<h1>ember-bootstrap pop-over test</h1>
<div style="height:800px; background: #ccc; width: 250px">spacer, scroll to button below</div>
{{#bs-button type=buttonType size=buttonSize title="löschen" }}
{{#bs-popover title="Wirklich löschen ?" placement="right"}}
CONTENT
{{/bs-popover}}
<span class="glyphicon glyphicon-trash"></span>
{{/bs-button}}
<br>
<br>
{
"version": "0.12.1",
"EmberENV": {
"FEATURES": {}
},
"options": {
"use_pods": false,
"enable-testing": false
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "2.12.0",
"ember-template-compiler": "2.12.0",
"ember-testing": "2.12.0"
},
"addons": {
"ember-data": "2.12.1",
"ember-bootstrap": "1.0.0-beta.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment