Comment below
This file contains 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
/node_modules | |
/jspm_packages |
This file contains 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
// @ts-check | |
import {Person} from './person.js'; | |
const clippy = new Person('Clippy', | |
new Date(1996, 11 - 1, 19)); | |
const rocky = new Person('Rocky', | |
9879879879879877); |
This file contains 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
{ | |
"php.validate.executablePath": "scripts/php.sh" | |
} |
I would like to be able to have a Knockout custom component that can have either static content or dynamic content using the foreach binding.
This file contains 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> | |
<meta charset="utf-8"> | |
<ul> | |
<li><a href=".">custom element</a></li> | |
<li><b>component binding</b></li> | |
<li><a href="template-binding.html">template binding</a></li> | |
</ul> | |
<hr /> | |
<div data-bind="component: 'custom-element'">custom element loading...</div> |
Shoot me now.
This is my example git submodule.
This file contains 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
[submodule "sub"] | |
path = sub | |
url = git@gist.github.com:/cce0551e8ce7f1856196.git |
NewerOlder