Skip to content

Instantly share code, notes, and snippets.

@e00dan
Created November 19, 2015 10:56
Show Gist options
  • Save e00dan/54c8e59f3f427d6acff2 to your computer and use it in GitHub Desktop.
Save e00dan/54c8e59f3f427d6acff2 to your computer and use it in GitHub Desktop.
New Twiddle
import Ember from 'ember';
export default Ember.Controller.extend({
publishable: true,
actions: {
publish() {
console.log('publish');
}
}
});
<button {{action (if publishable 'publish' (action (mut undefProp)))}}>Publish</button>
<br>
<br>
{
"version": "0.4.16",
"EmberENV": {
"FEATURES": {}
},
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.1.0/ember.debug.js",
"ember-data": "https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/2.1.0/ember-data.js",
"ember-template-compiler": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/2.1.0/ember-template-compiler.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment