I have a few custom property editors which all work like a charm on my development environment. When I monitor the network trafic (chrome developertools) the javascript files are downloaded seperatly and I can find them in the resources tab.
However, when I publish the property editors to azure websites the behaviour is different. Some of the property editors work fine, others don't. Angular is complaining about controllers not being available (undefined).
I can't see the javascript files being downloaded seperatly. However, the umbraco dependencyhandler does download some of the scripts in a bundle. There I can see some angular controllers are being created. As a result I can't see the javascript files (angular controllers, services...) in the resource tab of chrome developertools.
Any help? Thanks.
With regards.