Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

docs($compile): usage of bindToController as object is undocumented #13228

Closed
gjungb opened this issue Nov 2, 2015 · 2 comments
Closed

docs($compile): usage of bindToController as object is undocumented #13228

gjungb opened this issue Nov 2, 2015 · 2 comments

Comments

@gjungb
Copy link

gjungb commented Nov 2, 2015

Since version 1.4 it's possible to use bindToController as an object like so:

bindToController: {
  text: '@text',
  obj: '=obj',
  expr: '&expr'
},
scope: {}

This fact is not reflected in the documentation.

@Narretz
Copy link
Contributor

Narretz commented Nov 2, 2015

Yeah, that's right! Would you like to submit a PR that adds the info?

@Narretz Narretz added this to the Backlog milestone Nov 2, 2015
@Nazanin1369
Copy link

@Narretz Putting up a PR today for this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants