Created
February 14, 2014 18:05
-
-
Save robinboehm/9005905 to your computer and use it in GitHub Desktop.
simple readme for fiddle.angularjs.de
This file contains hidden or 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
/* | |
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