My menu looks like this . I have a worker menu which specifies the list of menu items .just the names alone.I would like to add a checkbox for selection before the menu text.I would like to add a checkbox in menu Any help is much appreciated
<pre> $scope.workerMenu = [
{
description: vocabulary.scope.worker.header.menu.apples,
action: function () {
displayWorkerProfile();
}
},
{
description: vocabulary.scope.worker.header.menu.oranges,
action: function () {
validateDeletion()
}
}
]</pre>
Aucun commentaire:
Enregistrer un commentaire