After the installation of your package the browser was reloaded... but the umbraco backend don't coming back. I have found the following error: ReferenceError: google is not defined.
Do you have any idea where I could add this reference or what is missing?
Cool, that you answered this bug yourself, as it looked horrible. No idea why you need debug switched on, and shamefully always had debug on for the instances that I tested, but will check this out as I'm sure people will require this in production.
Ok, have fixed error with release mode for package. Please download AngularGoogleMaps v1.0.1 to fix
(Note: In release mode all/lots of the javascript gets merged into one DependancyHandler.axd request - so instead of loading lots of seperate javascipt files, Umbraco makes one call to this axd handler. The minimized version of the library created by http://angular-google-maps.org/ doesn't work correctly when merged in DependancyHandler.axd. Suspect we are not the only users of this library with this issue. Fixed by using the non-minimized version, when I have more time will try and minimize the non-minimized version using an online tool and see if that works)
Reference Error
Hello
After the installation of your package the browser was reloaded... but the umbraco backend don't coming back. I have found the following error: ReferenceError: google is not defined.
Do you have any idea where I could add this reference or what is missing?
regards,
Manuel
I figured out you have to set compilation debug mode on true
Cool, that you answered this bug yourself, as it looked horrible. No idea why you need debug switched on, and shamefully always had debug on for the instances that I tested, but will check this out as I'm sure people will require this in production.
Good catch. Cheers.
Ok, have fixed error with release mode for package. Please download AngularGoogleMaps v1.0.1 to fix
(Note: In release mode all/lots of the javascript gets merged into one DependancyHandler.axd request - so instead of loading lots of seperate javascipt files, Umbraco makes one call to this axd handler. The minimized version of the library created by http://angular-google-maps.org/ doesn't work correctly when merged in DependancyHandler.axd. Suspect we are not the only users of this library with this issue. Fixed by using the non-minimized version, when I have more time will try and minimize the non-minimized version using an online tool and see if that works)
is working on a reply...