[HELP]: ng2-tag-input plugin is missing text property
@mbenford I am implementing the 'text' property for the plugin named ng2taginput that i am using in my angular2 application.( @param {string=} [text=NA] Assignable Angular expression for data-binding to the element's text.) I am referrring to your source code https://github.com/mbenford/ngTagsInput/blob/master/src/tags-input.js. In tag-input directive you have declared text in the scope object but you are not using it any parts of the application. Actually, how text is setting in tagsinput input box. Please help me.
In simple words how it needs to implement in angular2? In this piece of code: https://github.com/anrepppp/ng2-tag-input/blob/master/modules/components/tag-input.ts
I know you are busy, but please reply me if this is somewhat easily fixable.
thanks and appreciate your help in advance..!