Implementing dynamically generated karma configuration and IDE integration would also allow adding awesome features, for example quickly run from IDE ng test with either PhantomJS or Chrome.
Another thing (which is already implemented by WebStorm btw) is JUnit like view for Karma tests. It should be not complicated as Karma can be configured to generate JUnit xml, once dynamic configuration is implemented the only thing to figure out is source navigation/location.