fix(di): removed default visibility

BREAKING CHANGE:
    Directives will use the Unbounded visibility by default, whereas before the change they used Self
This commit is contained in:
vsavkin
2015-07-13 15:48:28 -07:00
parent 4bdc91892a
commit 04baa46efe
10 changed files with 26 additions and 69 deletions

View File

@ -26,8 +26,7 @@ import {
CyclicDependencyError,
resolveForwardRef,
VisibilityMetadata,
DependencyProvider,
self
DependencyProvider
} from 'angular2/di';
import {
InjectorInlineStrategy,