feat(i18n): add ngPlural directive
This commit is contained in:

committed by
Alex Eagle

parent
43bb31c6c6
commit
df1f78e302
@ -381,6 +381,7 @@ var NG_COMMON = [
|
||||
'NgFormModel.value',
|
||||
'NgIf',
|
||||
'NgIf.ngIf=',
|
||||
'NgLocalization',
|
||||
'NgModel',
|
||||
'NgModel.asyncValidator',
|
||||
'NgModel.control',
|
||||
@ -405,6 +406,14 @@ var NG_COMMON = [
|
||||
'NgModel.viewModel',
|
||||
'NgModel.viewModel=',
|
||||
'NgModel.viewToModelUpdate()',
|
||||
'NgPlural',
|
||||
'NgPlural.cases',
|
||||
'NgPlural.cases=',
|
||||
'NgPlural.ngAfterContentInit()',
|
||||
'NgPlural.ngPlural=',
|
||||
'NgPluralCase',
|
||||
'NgPluralCase.value',
|
||||
'NgPluralCase.value=',
|
||||
'NgSelectOption',
|
||||
'NgStyle',
|
||||
'NgStyle.ngDoCheck()',
|
||||
|
Reference in New Issue
Block a user