diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 7edb96525d86..5881d6a67e95 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -309,6 +309,21 @@ Now, instead of returning empty object/array, it returns unchanged input. +## HTML tag `select` + +### Numeric `option` values +In case your code is using something like this: + +and `vm.entity.OrderQuantity` is a numeric value, you have to fix the issue, since the provided value is not selected. + +For solutions see http://stackoverflow.com/questions/30582906 + + + # Migrating from 1.2 to 1.3