mgeisler / swift-browser

AngularJS interface for OpenStack Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload broken without debug information

mgeisler opened this issue · comments

After #191 (I think), the upload functionality broke. When trying to upload a file, you see

TypeError: angular.element(...).scope(...) is undefined

in the console. My guess is that this is because we cannot inspect the scope any longer and thus cannot trigger the callback.

This was not detected using normal testing since the end-to-end tests run with debugging information enabled (needed for Protractor to work).