Skip to content

Instantly share code, notes, and snippets.

View arthur-s's full-sized avatar
🏠
Working from home

Arthur arthur-s

🏠
Working from home
View GitHub Profile
@arthur-s
arthur-s / controllers.application.js
Last active September 16, 2019 08:13
checkbox mut get
import Controller from '@ember/controller';
export default Controller.extend({
appName: 'Ember Twiddle',
controller_values: {'foo': 'bar'},
controller_data: {},
someval: '444'
});