This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
angular-messageFormat select statement bug #11414
Comments
I should mention also that the declarative plurals are always going to This is what
|
Yup. This is a bug. I'll be fixing it in the next day or two. |
chirayuk
added a commit
to chirayuk/angular.js
that referenced
this issue
Apr 14, 2015
Add an E2E test that works against the minified module to test that the minified build works correctly. Fix a bug where mustHaveExpression was passed through to submessages unchanged. Use of the messageFormat syntax automatically means that you are using an expression. Therefore, submessages should not be required to also have messages. This closes angular#11414
chirayuk
added a commit
to chirayuk/angular.js
that referenced
this issue
Apr 14, 2015
Add an E2E test that works against the minified module to test that the minified build works correctly. Fix a bug where mustHaveExpression was passed through to submessages unchanged. Use of the messageFormat syntax automatically means that you are using an expression. Therefore, submessages should not be required to also have messages. This closes angular#11414
netman92
pushed a commit
to netman92/angular.js
that referenced
this issue
Aug 8, 2015
Add an E2E test that works against the minified module to test that the minified build works correctly. Fix a bug where mustHaveExpression was passed through to submessages unchanged. Use of the messageFormat syntax automatically means that you are using an expression. Therefore, submessages should not be required to also have messages. Closes angular#11414 Closes angular#11592
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have the following in my template
And I am getting an error that says 'other is a required option' with stacktrace:
I tried copy-pasting the example from the docs for the messageformat pr and got the same result.
The text was updated successfully, but these errors were encountered: