28 October, 2014
0 Comments
1 category
Here’s a plunker demonstrating a kendo numeric text box with euro sign in it, bound to AngularJS.
http://plnkr.co/edit/z2jpoZ3WQRmHxwnhIF4G?p=preview
<input kendo-numeric-text-box k-min="0" k-format="'c0'" k-ng-model="totalCost" type="text" />
Main pitfall is the single quotes inside the k-format
Category: Uncategorized