File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
validation_service/app/templates/model_catalog Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
< b > Name:</ b >
35
35
</ td >
36
36
< td >
37
- < input type ="text " ng-model =model.models[0].name required />
37
+ < input type ="text " ng-model =" model.models[0].name " required />
38
38
</ td >
39
39
< td >
40
40
< b > Alias (optional):</ b >
41
41
</ td >
42
42
< td >
43
- < input type ="text " ng-model =model.models[0].alias />
43
+ < input type ="text " ng-model =" model.models[0].alias " />
44
44
45
45
< br >
46
46
< span ng-show ="alias_is_valid.is_valid==false " class ="red-font "> This alias already exists. Please choose another one. </ span >
58
58
< b > Author:</ b >
59
59
</ td >
60
60
< td >
61
- < input type ="text " ng-model =model.models[0].author required />
61
+ < input type ="text " ng-model =" model.models[0].author " required />
62
62
</ td >
63
63
< td >
64
64
< b > Owner:</ b >
65
65
</ td >
66
66
< td >
67
- < input type ="text " ng-model =model.models[0].owner/ >
67
+ < input type ="text " ng-model =" model.models[0].owner " />
68
68
</ td >
69
69
</ tr >
70
70
73
73
< b > App id:</ b >
74
74
</ td >
75
75
< td >
76
- < input type ="text " ng-model =model.models[0].app.id required />
76
+ < input type ="text " ng-model =" model.models[0].app.id " required />
77
77
</ td >
78
78
< td >
79
79
< b > License:</ b >
80
80
</ td >
81
81
< td >
82
- < input type ="text " ng-model =model.models[0].license >
82
+ < input type ="text " ng-model =" model.models[0].license " >
83
83
</ td >
84
84
< td >
85
85
< b > Private: </ b >  
103
103
< b > Project:</ b >
104
104
</ td >
105
105
< td >
106
- < input type ="text " ng-model =model.models[0].project >
106
+ < input type ="text " ng-model =" model.models[0].project " >
107
107
</ td >
108
108
109
109
You can’t perform that action at this time.
0 commit comments