UNPKG

linagora-rse

Version:
11 lines (9 loc) 244 B
'use strict'; angular.module('linagora.esn.contact.google') .directive('showGoogleAccount', function() { return { restrict: 'E', replace: true, templateUrl: '/contact.google/views/show-google-account.html' }; });