Florian Dobener

Results 2 comments of Florian Dobener

Is it also planned to have streaming binary support for hsds? I could also try to implement it myself in the hsds api but I'm not a typescript expert, so...

A better solution is to use the ui-sref attribute from the angular-ui-router package. This changes `href="#!/tab/chats/{{ chat._id }}">` to `ui-sref="tab.chat({ chatId: chat._id })">` and it resolves the correct url automatically....