This is something I can NEVER remember by heart.
app.directive('someDirective', function () { return { scope: { oneWay: '@', twoWay: '=', expr: '&' } }; });
This is something I can NEVER remember by heart.
app.directive('someDirective', function () { return { scope: { oneWay: '@', twoWay: '=', expr: '&' } }; });