Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Randomly getting error 500 in Azure App Service when downloading angularjs template

var ngCModule = angular.module('ngC', ['ngD']);

ngCModule.directive('cont', function (Timezone) {
    return {
        restrict: 'E',
        ...
        templateUrl: "/Scripts/angular-templates/angular-contribuyente-template.html"
    }
});
 
PREVIOUS NEXT
Tagged: #Randomly #error #Azure #App #Service #downloading #angularjs #template
ADD COMMENT
Topic
Name
9+4 =