Skip to content

Instantly share code, notes, and snippets.

View manufitoussi's full-sized avatar

Emmanuel Fitoussi manufitoussi

  • WIT SA
  • Nice, France
View GitHub Profile
import Ember from 'ember';
export default Ember.Controller.extend({
appName:'Ember Twiddle',
field1: {
label: 'mon texte',
value: 'Coucou!',
isDirty: true
},