/* Logic Solution WeeeCarbonFootprint Template Directive */ angular.module('View.Directive') .directive('normalTable', function (CONSTANTS) { return { restrict: 'E', templateUrl: CONSTANTS.TB + 'common_search' } });