'use strict'; /** * ACL directive. */ angular.module('docs').directive('acl', function() { return { restrict: 'E', template: '{{ \'acl.\' + data.type | translate }} {{ data.name }}', replace: true, scope: { data: '=' } } });