AngularJS binding: what is "<?"?

Viewed 20

I have been searching for over 10 minutes now for an answer to this, so I'm sure others will find this useful too.

What is '<?' in AngularJS databinding for a directive?

1 Answers

So it seems that:

  • '<' is one-way binding
  • '?' makes it optional
Related