Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
fix(translation): add translation key to select
Browse files Browse the repository at this point in the history
  • Loading branch information
VMBindraban committed Jul 28, 2016
1 parent abfd966 commit 4b95410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/component/framework/bootstrap/select.html
Expand Up @@ -9,7 +9,8 @@
<option repeat.for="option of element.options"
attributes.bind="option.attributes"
name.bind="element.key"
model.bind="option.value">${option.name}</option>
model.bind="option.value"
t="${option.name}">${option.name}</option>
</select>
</form-group>
</template>

0 comments on commit 4b95410

Please sign in to comment.