fix select.value so that it displays correct option on first render

This commit is contained in:
Leo Horie 2014-06-26 07:27:42 -04:00
parent 661307c02e
commit 6bca818f34
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,7 @@
### Bug Fixes:
- fixed a subtree directive bug that happened in inputs inside loops
- fixed select.value so that the correct option is displayed on first render
---