mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(ngPluralize): Fix missing space before parentheses
There should be a space between "braces" and "(`{}`)"
Closes #5026
This commit is contained in:
parent
3ceb6ab477
commit
043500fb27
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
|||
* other numbers, for example 12, so that instead of showing "12 people are viewing", you can
|
||||
* show "a dozen people are viewing".
|
||||
*
|
||||
* You can use a set of closed braces(`{}`) as a placeholder for the number that you want substituted
|
||||
* You can use a set of closed braces (`{}`) as a placeholder for the number that you want substituted
|
||||
* into pluralized strings. In the previous example, Angular will replace `{}` with
|
||||
* <span ng-non-bindable>`{{personCount}}`</span>. The closed braces `{}` is a placeholder
|
||||
* for <span ng-non-bindable>{{numberExpression}}</span>.
|
||||
|
|
|
|||
Loading…
Reference in a new issue