app.directive('directive', [function () { return { restrict: 'A', scope: true, link: function (scope, element, attr) { } }; }]);