, , , templateUrl . , promises, , , - link.
.
app.directive('getLayout', function($templateCache, SharedData) {
return {
restrict: 'A',
link: function(scope, element, attrs) {
SharedData.then(function(templateName) {
element.html($templateCache.get(templateName));
});
}
}
});
plunkr, . , $templateCache, , $http.get() .