fixed alert displaying from escaping html

This commit is contained in:
John Mitchell
2015-06-18 10:27:43 -04:00
parent 13ab1120a9
commit dfd2246ef5

View File

@@ -468,7 +468,7 @@ export function JobTemplatesAdd($filter, $scope, $rootScope, $compile, $location
break;
}
if (msg) {
Alert('Warning', msg, 'alert-info');
Alert('Warning', msg, 'alert-info', null, null, null, null, true);
}
})
.error(function (data, status) {