dev'd
dev'd

Reputation: 489

AngularJS binding: what is "<?"?

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?

Upvotes: 1

Views: 27

Answers (1)

dev&#39;d
dev&#39;d

Reputation: 489

So it seems that:

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

Upvotes: 1

Related Questions