Quiz App initial commit and added bootstrap modal for markup as well

This commit is contained in:
2017-01-31 21:18:20 -08:00
commit 31310b60ea
4 changed files with 202 additions and 0 deletions

6
js/app.js Normal file
View File

@@ -0,0 +1,6 @@
(function () {
angular
.module("turtleFacts", []);
})();