"use strict"; (function () { 'use strict'; angular.module('changeModule') .directive('changePopoverTitle', [ function () { return { restrict: 'E', replace: true, templateUrl: 'views/change/change-popover-title.html' }; } ]); })();