refactor(application): rename Binding into Provider

while creating the server version I noticed bindings are still
mentioned

Closes #4951
This commit is contained in:
gdi2290
2015-10-20 03:05:39 +01:00
committed by Victor Berchet
parent ac52bfd80f
commit dc6a066fed
7 changed files with 47 additions and 47 deletions

View File

@ -1142,7 +1142,7 @@ var NG_API = [
'WrappedValue.wrapped=',
'WtfScopeFn:dart',
'ZeroArgFunction:dart',
'applicationCommonBindings()',
'applicationCommonProviders()',
'asNativeElements()',
'bind()',
'provide()',
@ -1152,7 +1152,7 @@ var NG_API = [
'inspectElement()',
'inspectNativeElement()',
'platform():js',
'platformBindings()',
'platformProviders()',
'platformCommon()',
'resolveForwardRef():js',
'wtfCreateScope():js',