Skip to content

Instantly share code, notes, and snippets.

@adamjmcgrath
Created April 6, 2018 09:09
Show Gist options
  • Select an option

  • Save adamjmcgrath/65cc18e56a3bcc38aa3ae4829a13c874 to your computer and use it in GitHub Desktop.

Select an option

Save adamjmcgrath/65cc18e56a3bcc38aa3ae4829a13c874 to your computer and use it in GitHub Desktop.

Revisions

  1. adamjmcgrath created this gist Apr 6, 2018.
    5 changes: 5 additions & 0 deletions controllers.application.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    import Ember from 'ember';

    export default Ember.Controller.extend({
    appName: 'Ember Twiddle'
    });
    1 change: 1 addition & 0 deletions templates.application.hbs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    <input maxlength="5">
    19 changes: 19 additions & 0 deletions twiddle.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    {
    "version": "0.13.1",
    "EmberENV": {
    "FEATURES": {}
    },
    "options": {
    "use_pods": false,
    "enable-testing": false
    },
    "dependencies": {
    "jquery": "https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.js",
    "ember": "2.16.2",
    "ember-template-compiler": "2.16.2",
    "ember-testing": "2.16.2"
    },
    "addons": {
    "ember-data": "2.16.3"
    }
    }