Dynamic items selector from multiple content types Sitefinity [Part 2] [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 2 days ago . Improve this question Part 1 Link Part-2 Add sf-list-selector.js file under common folder and paste following javascript code: (function ($) { angular.module('sfSelectors') .directive('sfListSelector', ['serverContext', '$q', function (serverContext, $q) { return { restrict: 'E', transclude: true,