angular/modules/@angular/compiler/src/view_compiler
Tobias Bosch 9ed8f2d26e fix(compiler): don't inject viewProviders into content child elements
E.g. in the following scenario,
`some-directive` should not be able to inject
any view provider that `my-comp-with-view-providers`
declares.

```
<my-comp-with-view-providers>
  <div some-directive></div>
</my-comp-with-view-providers>
```
2016-06-23 12:10:04 -07:00
..
compile_binding.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_element.ts fix(compiler): don't inject viewProviders into content child elements 2016-06-23 12:10:04 -07:00
compile_method.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_pipe.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_query.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
compile_view.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
constants.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
event_binder.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
expression_converter.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
lifecycle_binder.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
property_binder.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
util.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view_binder.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view_builder.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00
view_compiler.ts chore(lint): Added license headers to most TypeScript files 2016-06-23 09:47:54 -07:00