Ken Salter
Ken Salter
In order to make this look correct in my app, I had to do the following changes: @line 114 I added: ```javascript this.$element.addClass('form-control'); this.$element.removeClass('ml-3'); ``` When I put these lines...
I get a null ref exception when I start my web site only if I specify inline on my bundles. Here is my service config: ```csharp if (WebHostEnvironment.IsDevelopment()) { services.AddWebOptimizer(minifyJavaScript:...
Changes made outside of Github but referenced in threads on SoureForge have been merged here.
Hi: I am trying to compile the NetRix2017.v47 project, which I assume is what I need in order to start building my own app. The build fails with the following...