changes done in words service
This commit is contained in:
parent
a6c5889506
commit
78a4b0a0c9
@ -78,7 +78,7 @@ app.service('WordsService', function() {
|
|||||||
}
|
}
|
||||||
words_string = words_string.split(" ").join(" ");
|
words_string = words_string.split(" ").join(" ");
|
||||||
}
|
}
|
||||||
return words_string;
|
return words_string+" Only";
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
app.service('installmentService', function() {
|
app.service('installmentService', function() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user