hannahhoward / a1atscript

The Angular 2 Polyfill
MIT License
101 stars 7 forks source link

Mutiple instances of components are not able to use different binding strategies #14

Closed timkindberg closed 9 years ago

timkindberg commented 9 years ago

If we have:

<component prop="someText">
<component bind-prop="someExpression">

That will throw the error "Not allowed to use prop and bind-prop simultaneously" even though they are used on different instances. This was unintentionally added.

hannahhoward commented 9 years ago

fixed by your pr no?

timkindberg commented 9 years ago

Yup