Add caching to the RTE config

This commit is contained in:
Kevin Giszewski
2014-08-18 09:23:46 -04:00
parent 023a8da5ba
commit 42dd38fb29

View File

@@ -23,7 +23,7 @@ function tinyMceService(dialogService, $log, imageHelper, $http, $timeout, macro
$http.get(
umbRequestHelper.getApiUrl(
"rteApiBaseUrl",
"GetConfiguration")),
"GetConfiguration"), { cache: true }),
'Failed to retrieve tinymce configuration');
},