You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for the great work you are putting into this lib, it's just amazing!
I'd like to extract the upload logic into a re-usable directive therefor with an isolated scope. Unfortunately as soon as I isolate the scope of the directive, upload does not work anymore.
I'm sure i'm missing something really trivial here so i'll just dump a plunker here. Any help or guidance would be much appreciated !
Thanks for pointing me in that direction but unfortunately, removing the controllerAs feature is still not uploading the file when isolating the scope. Any ideas?
Hey guys,
First of all, thanks for the great work you are putting into this lib, it's just amazing!
I'd like to extract the upload logic into a re-usable directive therefor with an isolated scope. Unfortunately as soon as I isolate the scope of the directive, upload does not work anymore.
I'm sure i'm missing something really trivial here so i'll just dump a plunker here. Any help or guidance would be much appreciated !
http://plnkr.co/edit/px1wmmVITJgLLFN2lMMQ?p=preview
In
app.js
simply removescope: {}
to see it working again in web console.Thanks,
The text was updated successfully, but these errors were encountered: