changes done in words service

This commit is contained in:
gandhimathi 2018-04-17 13:16:49 +05:30
parent a6c5889506
commit 78a4b0a0c9

View File

@ -78,7 +78,7 @@ app.service('WordsService', function() {
}
words_string = words_string.split(" ").join(" ");
}
return words_string;
return words_string+" Only";
}
});
app.service('installmentService', function() {