File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
< h3 class ="heading-tertiary "> Zarejestruj</ h3 >
4
4
</ div >
5
5
< div class ="modal__body ">
6
- < form >
6
+ < form id =" registerForm " data-ng-submit =" register() " >
7
7
< div class ="form-group ">
8
8
< label for ="email "> E-Mail:</ label >
9
- < input type ="email " placeholder ="login " class ="form-control " id ="email ">
9
+ < input type ="
email "
placeholder ="
[email protected] "
class ="
form-control "
id =" email " data-ng-model ="
email "
>
10
10
</ div >
11
11
< div class ="form-group ">
12
12
< label for ="password "> Hasło:</ label >
13
- < input type ="password " placeholder ="login " class ="form-control " id ="password ">
13
+ < input type ="password " placeholder ="****** " class ="form-control " id =" password " data-ng-model ="password ">
14
14
</ div >
15
15
< div class ="form-group ">
16
16
< label for ="password_confirm "> Potwierdź hasło:</ label >
17
- < input type ="password " placeholder ="login " class ="form-control " id ="password_confirm ">
17
+ < input type ="password " placeholder ="****** " class ="form-control " id ="password_confirm " data-ng-model =" passwordConf ">
18
18
</ div >
19
19
</ form >
20
20
</ div >
21
21
< div class ="modal__footer ">
22
- < button type ="button " class ="button "> Zaloguj </ button >
22
+ < button type ="submit " class ="button " form =" registerForm " > Zarejestruj </ button >
23
23
< button type ="button " class ="button " data-ng-click ="hideModal() "> Zamknij</ button >
24
24
</ div >
25
25
</ div >
You can’t perform that action at this time.
0 commit comments