UNPKG

linagora-rse

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