bendrucker / angular-sockjs

SockJS component for AngularJS
MIT License
46 stars 11 forks source link

Pass all options to sockjs constructor? #9

Open ljowen opened 9 years ago

ljowen commented 9 years ago

From the doc/src it seems url is the only option which gets passed to sockjs constructor. Can we specify other options such as protocol whitelist?

I'll follow up with a pull-request if you think this is worthwhile

bendrucker commented 9 years ago

Per my comment on the PR, I'm up for it if the angular-sockjs options are removed from the hash and tests are added.