Skip to content

Instantly share code, notes, and snippets.

@acburdine
acburdine / controllers.application.js
Created July 29, 2016 22:56
Ember 2.6 Demo for bug
import Ember from 'ember';
export default Ember.Controller.extend({
appName: 'Ember Twiddle'
});
@acburdine
acburdine / gist:0932ba786277ccc47230
Created April 7, 2015 21:47
error occurring in handlebars template
<section class="content settings-pass">
<form id="settings-pass" novalidate="novalidate">
<fieldset>
<div class="form-group for-checkbox">
<label for="blog-isPrivate">Make this blog private</label>
<label class="checkbox" for="blog-isPrivate">
{{input id="blog-isPrivate" name="labs[passProtectUI]" type="checkbox"
checked=model.isPrivate}}
<span class="input-toggle-component"></span>
<p>Enable password protection</p>