rsanchez
2017-03-20 1a0491f2462d2c309bd8e310b22c11019a79ce1e
securis/src/main/webapp/src/app/common/i18n.ts
....@@ -93,7 +93,7 @@
9393 * $L.get('hello'); // This returns "hola"
9494 * $L.get('Hello {0}!!', 'John'); // This returns: "Hola John!!" if language is spanish
9595 */
96
- get(msg: string, ...params: string[] ) : string {
96
+ get(msg: string, ...params: any[] ) : string {
9797 if (msg == null) {
9898 return '';
9999 }