I have an extremely simple example: http://jsfiddle.net/daylight/hqHSr/
To try, just go to the violin and click the [Add Item] button to add a few lines.
Then check the box next to any item and you will see something similar to the following:

Problem: displays only the digital part
The problem is that the value should display the entire line shown in the line. In the example, this means that it should display: 86884-LLMUL. Please note that it only displays a numerical value.
, , = "".
, model (simpleItem), , .
JavaScript :
function simpleItem(id) {
this.id = id;
}
, , , ( ).
, simpleItem:
currentItem.id = getRandom(100000).toString() + "-" + getRandomLetters(5).toUpperCase();
, 5 . .
, .
- , , X, , .
, : 2
currentItem.id = getRandom(100000).toString() + "X" + getRandomLetters(5).toUpperCase();

, , Dev Tools , , Angular , [ ]. :

? ?
HTML :
ng-init="itemId ={{l.id.toString()}}"
ng-init="itemId ='{{l.id.toString()}}'"
, , , , : 3
Angular: "" "-"?
, Angular, , , ( ), . , , X, Angular .
, - , Angular Dev Tools .

Angular ?
Angular? , INPUT , JavaScript var - .
- ?
( )?
, , , - a * . , , - .
