How to binding value for Tag-input
Open
- Dominant language
- JavaScript
- Stars
- 11.3k
- Forks
- 3k
- PR merge metrics
- No merged PRs in 30d
Description
coms.html:
`div class="row" style="padding-bottom:20px">
{{ 'WHITE_LIST' | kTranslate }}
`
comsCtrl.js:
`function init() {
$scope.company.whiteList: 'JSON,JAVA'
}`
I try to set new value for tag-input control but it don't show value 'JSON,JAVA'
thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.