This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
import { getWithDefault } from '@ember/object'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle', | |
init() { | |
const obj = { foo: 'foo', bar: null, barfoo: undefined }; | |
const foo = getWithDefault(obj, 'foo', 'fooDefault'); | |
const bar = getWithDefault(obj, 'bar', 'barDefault'); | |
const barfoo = getWithDefault(obj, 'barfoo', 'barfooDefault'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
/* Origin image*/ | |
.img-class { | |
height: 76px; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Ember from 'ember'; | |
export default Ember.Component.extend({ | |
cominfo: 'hhhh' | |
}); |
Who Am I
宁涛, Software Engineer works at Priceline.com
Our Team & Project In Bittiger
- 白驹过隙 - trello
- weekly meeting Tuesday 22:00 EST
- wukong homepage
- wukong repo
Some of the resource you may download for free by seaching on the Internet, however I highly recommend pay to read / watch / use them as a respect to the author.
Also, you may subscribe to to safari books online or packtpub to get access to read some of them.