Closed ericWenjp closed 5 years ago
Have you tried without the curls braces? E.g.
data-template-url="item.url"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
i try this: `<span class="tag ui-select" ng-repeat="item in ctrl.dimenList track by $index" data-animation="am-flip-x" bs-dropdown data-auto-close="false" aria-haspopup="true" aria-expanded="false" data-template-url="{{item.url}}"
how to solve this? Could you show me some example?