Skip to content

Instantly share code, notes, and snippets.

View DomenicoColandrea86's full-sized avatar
🎯
Focusing

Domenico Colandrea DomenicoColandrea86

🎯
Focusing
View GitHub Profile
/**
* Example of using an angular provider to build an api service.
* @author Jeremy Elbourn (jelbourn@google.com)
*/
/** Namespace for the application. */
var app = {};
/******************************************************************************/