feat($compile): add one-way binding to the isolate scope definition
This change allows the developer to bind an isolate scope / controller property to an expression, using a `<` binding, in such a way that if the value of the expression changes, the scope/controller property is updated but not the converse. The binding is implemented as a single simple watch, which can also provide performance benefits over two way bindings. Closes #13928 Closes #13854 Closes #12835 Closes #13900
M
Martin Staffa committed
4ac23c0ac59c269d65b7f78efec75d060121bd18
Parent: 507cf31
Committed by Peter Bacon Darwin <pete@bacondarwin.com>
on 2/3/2016, 2:01:21 PM