diff --git a/ui-modules/utils/table/index.js b/ui-modules/utils/table/index.js index 9419b4d40..bf12ef28e 100644 --- a/ui-modules/utils/table/index.js +++ b/ui-modules/utils/table/index.js @@ -103,6 +103,7 @@ export function brTableDirective($log) { link: link, controller: ['$templateCache', 'brUtilsGeneral', controller], controllerAs: 'ctrl', + scope: true, templateUrl: function(element, attrs) { return attrs.templateUrl || TEMPLATE_CONTAINER_URL; }