According to AngularJS Developer Guide - Directives "Isolating the Scope of a Directive", scope binding can be done in 3 types
=
, @
and &
and
according to "Directive Definition Object" section in this Page, scope binding can be done in 4 types
=
, @
, &
and <
Even in most of the online articles isolated scope binding is given of 3 types only.
Which is correct?