UNPKG

linagora-rse

Version:
14 lines (11 loc) 308 B
(function(angular) { 'use strict'; angular.module('esn.follow').directive('followerList', followerList); function followerList() { return { restrict: 'E', controller: 'followerListController', templateUrl: '/views/modules/follow/list/follower-list.html' }; } })(angular);