I want create kendo control using angularJs for that bind an expression inside input field as a attribute name.
Code:
<input {{controllabelName}} />
The above code is not working. if i will use ng-bind then it's binding value to that input not as an attribute name.
please anyone help me to achieve this.
{{}}directive. We can help with better alternative approach by understanding a goal...