Commit 9bd7fd16 authored by delanoe's avatar delanoe

[ANNOTATIONS] Some comments.

parent f9d4efe8
...@@ -214,7 +214,7 @@ ...@@ -214,7 +214,7 @@
var newNgramText = annotation.trim() var newNgramText = annotation.trim()
// new ngram (first call creates then like previous case for list) // new ngram (first call creates then like previous case for list)
$scope.menuItems.push({ $scope.menuItems.push({
'comment' : "Create and add to STOPLIST", 'comment' : "Create and add to stop list",
'tgtListName': "STOPLIST", 'tgtListName': "STOPLIST",
'crudCalls':[ 'crudCalls':[
{'service': MainApiAddNgramHttpService, 'action': 'put', {'service': MainApiAddNgramHttpService, 'action': 'put',
...@@ -225,7 +225,7 @@ ...@@ -225,7 +225,7 @@
] ]
}) ; }) ;
$scope.menuItems.push({ $scope.menuItems.push({
'comment' : "Create and add to MAINLIST", 'comment' : "Create and add to candidate list",
'tgtListName': "MAINLIST", 'tgtListName': "MAINLIST",
'crudCalls':[ 'crudCalls':[
{'service': MainApiAddNgramHttpService, 'action': 'put', {'service': MainApiAddNgramHttpService, 'action': 'put',
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
] ]
}) ; }) ;
$scope.menuItems.push({ $scope.menuItems.push({
'comment' : "Create and add to MAPLIST", 'comment' : "Create and add to map list",
'tgtListName': "MAPLIST", 'tgtListName': "MAPLIST",
'crudCalls':[ 'crudCalls':[
{'service': MainApiAddNgramHttpService, 'action': 'put', {'service': MainApiAddNgramHttpService, 'action': 'put',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment