Closed vanceingalls closed 8 years ago
What angular version are you using?
@toddmotto
On 6 Feb 2016, at 08:42, Vance Ingalls notifications@github.com wrote:
when using the following syntax for one way data binding
binding: { property: "<" } the following error is thrown
Error: [$compile:iscp] Invalid isolate scope definition for directive 'componentName'. Definition: {... property: '<' ...} — Reply to this email directly or view it on GitHub.
1.3.20
One-way binding only works in 1.5+ as it's new - it needed to be polyfilled (which I've just done here: https://github.com/toddmotto/angular-component/commit/b737e2782c75ff8852fea8943f180080896efa9e) if you wouldn't mind testing.
I actually got this on 1.5.
when using the following syntax for one way data binding
the following error is thrown