| 221 | }; |
| 222 | |
| 223 | interface BindingTuple { |
| 224 | name: string; |
| 225 | type: string; |
| 226 | } |
| 227 | |
| 228 | // for ng 1.2 style, process the scope: { input: "=foo" } |
| 229 | // for ng 1.3 through ng 1.5, process the component's bindToController: { input: "=foo" } object |
nothing calls this directly
no outgoing calls
no test coverage detected