Skip to content

Instantly share code, notes, and snippets.

@Dremora
Created August 24, 2016 13:24
Show Gist options
  • Save Dremora/6b00063c6b61bbd54a5aac14f00383d0 to your computer and use it in GitHub Desktop.
Save Dremora/6b00063c6b61bbd54a5aac14f00383d0 to your computer and use it in GitHub Desktop.
eps-bug
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle',
actions: {
change() {
}
}
});
<h1>Welcome to {{appName}}</h1>
<br>
<br>
{{outlet}}
<br>
<br>
{{#power-select onchange=(action "change") as |name|}}
{{name}}
{{/power-select}}
{
"version": "0.10.4",
"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.6.0",
"ember-data": "2.6.0",
"ember-template-compiler": "2.6.0"
},
"addons": {
"ember-power-select": "1.0.0-beta.13"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment