Eric Lebetsamer
Eric Lebetsamer
I've finally gotten around to installing Visual Studio 2015 and testing the extension in it. For me, after installing the extension and restarting VS, I do see the snippets in...
How are you _using_ the snippets?
I'm not sure this could be part of the same project without conflicts. Do you guys have any recommendations or preference on handling BS3 and BS4 at the same time?...
I had this same problem. I got around it by using `$injector` to fetch the `logger`. ``` javascript extendExceptionHandler.$inject = ['$delegate', '$injector', 'exceptionHandler']; /** * Extend the $exceptionHandler service to...