Skip to content

Instantly share code, notes, and snippets.

@justinobney
justinobney / README.md
Created January 30, 2020 01:14 — forked from nikcub/README.md
Facebook PHP Source Code from August 2007
/**
* Example of using an angular provider to build an api service.
* @author Jeremy Elbourn (jelbourn@google.com)
*/
/** Namespace for the application. */
var app = {};
/******************************************************************************/
<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>