tpenne

Results 1 comments of tpenne

``` javascript angular.module("myApp").controller("helloController", function (gettext) { /// Verb var myString = gettext("File"); }); ``` With this, `Verb` is not considered as context but really as comment. As far as I...