signup new user from webapp implemented

This commit is contained in:
nau
2016-08-21 23:24:02 +02:00
parent 21d8768a09
commit 8a6f3bf221
5 changed files with 169 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Thoughts - new thought</title>
<title>Thoughts - login</title>
<!-- ANGULAR -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>