"use strict"; angular.module("vocabulary") .component("topicList", { templateUrl: "/js/redesign-angular/wordLists/topic-list.html", controller: "TopicListController", bindings: { topicList: "<", collapse: " 0) { return "^.subTopics({topicId: "+ topic.topicId +"})"; } return "^.topicWords({topicId: "+ topic.topicId +"})"; }; }]);