bind status value from component to html in angular-calendar
问题 I'am using angular-calendar with a custom template as given here : https://mattlewis92.github.io/angular-calendar/#/custom-templates, I have array of date and status of task on that date in my component arr = [ { 3: "success" }, { 1: "Rejected" }, { 18: "success" }, { 10: "Pending" }, { 9: "success" }, { 8: "Rejected" }, ] in html file i have dropdown in cell of calender month view What i want to do is if status on date given in arr is "success" then in calendar on that date dropdown selected