Change folder architecture !

This commit is contained in:
manzerbredes 2016-02-03 18:57:20 +01:00
parent fe06bd586a
commit c6186b71c1
10 changed files with 20 additions and 14 deletions

View file

@ -14,12 +14,12 @@
<div class="form-group">
<label label-default="" for="inputUser">User</label>
<input class="form-control" id="inputUser"
placeholder="Enter email" type="text" ng-model="identityFormData.user">
placeholder="Email" type="text" ng-model="identityFormData.user">
</div>
<div class="form-group">
<label label-default="" for="inputProject">Project</label>
<input class="form-control" id="inputProject"
placeholder="Password" type="password" ng-model="identityFormData.project">
placeholder="Project Name" type="password" ng-model="identityFormData.project">
</div>
<div class="form-group">
<label label-default="" for="inputPassword">Password</label>