Voroshilov Anton
Results
1
comments of
Voroshilov Anton
I found solution ``` angular.module("myApp").controller("helloController", function (gettext) { /// just comment var myString = gettext("File", null, "Verb"); }); ``` Parser uses 3 arguments: 1- string for translation 2 - scope,...