Skip to content

Instantly share code, notes, and snippets.

@hasan3ysf
hasan3ysf / all-templates.html
Created February 15, 2014 19:06 — forked from vojtajina/all-templates.html
ng-template for ng-route
<script type="text/ng-template" id="one.html">
<div>This is first template</div>
</script>
<script type="text/ng-template" id="two.html">
<div>This is second template</div>
</script>
<script type="text/ng-template" id="one.html">
<div>This is first template</div>
</script>
<script type="text/ng-template" id="two.html">
<div>This is second template</div>
</script>
@hasan3ysf
hasan3ysf / 0_reuse_code.js
Created January 20, 2014 10:17
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console