I hereby claim:
- I am meirish on github.
- I am meirish (https://keybase.io/meirish) on keybase.
- I have a public key whose fingerprint is E7AB 15F7 B234 D198 864C 20D3 B368 852F 9D7E 4505
To claim this, I am signing this object:
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName: 'Ember Twiddle' | |
| }); |
| import Ember from 'ember'; | |
| import config from './config/environment'; | |
| const Router = Ember.Router.extend({ | |
| location: 'none', | |
| rootURL: config.rootURL | |
| }); | |
| Router.map(function() { | |
| this.route('foo', { path: '/foo/:topId' }, function() { |
| import Ember from 'ember'; | |
| import config from './config/environment'; | |
| const Router = Ember.Router.extend({ | |
| location: 'none', | |
| rootURL: config.rootURL | |
| }); | |
| Router.map(function() { | |
| this.route('foo', { path: '/foo/:topId' }, function() { |
| import Ember from 'ember'; | |
| export default Ember.Controller.extend({ | |
| appName:'Ember Twiddle' | |
| }); |
I hereby claim:
To claim this, I am signing this object:
| import Ember from 'ember'; | |
| const DEFAULTS = { | |
| one: 1, | |
| two: 2, | |
| other: false, | |
| thing: null | |
| }; | |
| export default Ember.Component.extend(DEFAULTS, { | |
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // ---- | |
| .btn { | |
| font-weight: bold; | |
| &:focus { | |
| font-style: italic; | |
| } |
| // ---- | |
| // Sass (v3.3.7) | |
| // Compass (v1.0.0.alpha.18) | |
| // ---- | |
| $transparent : transparent; | |
| $black : #000000; | |
| $indigo : #071932; | |
| $white : #ffffff; |
| ;(function (){ | |
| var HomeUI = { | |
| imageLoadCounter:1, | |
| delayTimer:null, | |
| animationTimer:null, | |
| timerCounter:0, | |
| currentAnimation:null, | |
| animating:false, | |
| popUpTimer:null, | |
| NUM_IMAGES_TO_LOAD:4, |