christianalfoni / flux-angular

Use the FLUX architecture with Angular JS
313 stars 50 forks source link

documentation: "mixin" instead of "mixins" #7

Closed unoriginalscreenname closed 9 years ago

unoriginalscreenname commented 9 years ago

Hey, i noticed that you're using "mixin" in your example instead of "mixins"

return flux.store({
        mixin: [MyMixin],
        todos: [],

It took me a minute to figure out why the mixins weren't working. You need to change that to "mixins".

christianalfoni commented 9 years ago

Hi @ericmcgregor and thanks so much for pointing that out, it has been fixed!

unoriginalscreenname commented 9 years ago

Thanks! also, great job on the library!