Fixing input name

stable
Alejandro Alonso 2014-11-18 12:01:03 +01:00
parent ab4360ade1
commit 99cafc530b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ section.project-values-table
data-required="true")
div.project-values-value
input(name="name", type="text", placeholder="Value", ng-model="value.value",
input(name="value", type="text", placeholder="Value", ng-model="value.value",
data-type="number")
div.project-values-settings