Skip to content

Instantly share code, notes, and snippets.

@lolmaus
Forked from alexspeller/application.controller.js
Created September 17, 2015 16:17
Show Gist options
  • Save lolmaus/e2a30d1052656ec81a6f to your computer and use it in GitHub Desktop.
Save lolmaus/e2a30d1052656ec81a6f to your computer and use it in GitHub Desktop.
New Twiddle
import Ember from 'ember';
export default Ember.Controller.extend({
showHref: false
});
<p>The link has no href attr which is correct.</p>
<p>Now try toggling the href attr.</p>
<p>
→ <a href={{if showHref "" null}}>Link</a> ←
</p>
<p>
<label>
{{input type="checkbox" checked=showHref}}
toggle href attr
</label>
</p>
{
"version": "0.4.10",
"dependencies": {
"jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
"ember": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.9/ember.debug.js",
"ember-data": "https://cdnjs.cloudflare.com/ajax/libs/ember-data.js/1.13.11/ember-data.js",
"ember-template-compiler": "https://cdnjs.cloudflare.com/ajax/libs/ember.js/1.13.9/ember-template-compiler.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment