I hereby claim:
- I am pgengler on github.
- I am pgengler (https://keybase.io/pgengler) on keybase.
- I have a public key whose fingerprint is B3E8 56B7 5698 49E2 8ABB 47B8 47F2 08C6 0167 7D7C
To claim this, I am signing this object:
| yarn install v1.6.0 | |
| [1/4] Resolving packages... | |
| warning ember-cli > [email protected]: Please replace with usage of fs.existsSync | |
| warning ember-cli > broccoli-stew > broccoli-funnel > [email protected]: Please replace with usage of fs.existsSync | |
| warning ember-cli > ember-cli-preprocess-registry > [email protected]: Please replace with usage of fs.existsSync | |
| [2/4] Fetching packages... | |
| [3/4] Linking dependencies... | |
| warning " > [email protected]" has unmet peer dependency "eslint@>=3.1.0". | |
| [4/4] Building fresh packages... | |
| Done in 15.33s. |
I hereby claim:
To claim this, I am signing this object:
| export default function() { | |
| //window.server = this; | |
| this.get('book-entry'); | |
| }; |
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName: 'Ember Twiddle', | |
| selectOptions: [ 'abc', 'def', 'ghi', 'jkl', 'mno', 'pqrs', 'tuv', 'wxyz' ], | |
| selectedOption: Ember.computed.oneWay('selectOptions.firstObject'), | |
| gotFocus: false, | |
| actions: { |
| import Ember from 'ember'; | |
| export default Ember.Component.extend({ | |
| focusCount: 0, | |
| actions: { | |
| gotFocus() { | |
| this.incrementProperty('focusCount'); | |
| if (this.get('focusCount') !== 1) { | |
| throw "got unexpected second focus event"; | |
| } |
| Testing drag-and-drop | |
| Phil Gengler | |
| @pgengler | |
| Ember NYC | |
| April 28, 2016 |