Skip to content

Instantly share code, notes, and snippets.

@robinboehm
Created February 14, 2014 18:05
Show Gist options
  • Save robinboehm/9005905 to your computer and use it in GitHub Desktop.
Save robinboehm/9005905 to your computer and use it in GitHub Desktop.
simple readme for fiddle.angularjs.de
/*
angular-fiddle
Just a simple demo, how you could build sth. like JSFiddle with really low effort. Uses Gist as backend.
The JavaScript part is only about 70 lines long.
You are able to:
- Load a Gist into an editor
- Modify the sources
- Run a code in the browser
We linked some sample Gists at the top nav.
The examples help you learning JavaScript.
Solve the tasks defined in the jasmine test suite.
Build with AngularJS and much <3 ;)
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment