MCPcopy
hub / github.com/angular-ui/ui-router / BindingTuple

Interface BindingTuple

src/templateFactory.ts:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221};
222
223interface 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected