CEP Extension errors on Windows 7 machine
I'm developing a Photoshop CC 2015 CEP extension using AngularJS and MobileAngularUI. The extension works great on a Mac, but when I load it to a Windows machine and test, I get some strange errors. First, MobileAngularUI was throwing an error that FastClick was not defined. I managed to patch that one, but seems odd that it only appeared when I loaded it on Windows. Now, AngularJS is not working and I am getting the error "TypeError "<ng-view class="ng-scope">" Cannot read property "prototype" of undefined. Tried another test starting from an empty extension and was able to use only Angular, but when I tried to load in the MobileAngularUI libraries, I received the same errors.
I tried a test using Bootstrap (no MobileAngularUI) and got another error (only on the Windows machine) that Bootstrap.js requires jQuery. However, the jQuery script tag was in the index.html file and it was before the bootstrap.js script tag.
Both the Windows and Mac machines are setup as development environments and I have admin rights on both. I've tried changing the folder permissions in the extensions folder recursively to 777 and it has no effect. This extension will be released on a corporate network. The Windows machine may have more restrictions placed on it than the Mac, but I don't know what those might be. I'm finding no answers searching the internet, so would greatly appreciate any help that could be offered.
