angular-jsx icon indicating copy to clipboard operation
angular-jsx copied to clipboard

Use JSX-style templates in Angular directives

Results 1 angular-jsx issues
Sort by recently updated
recently updated
newest added

Currently the following won't work. ``` jsx var a = ['a', 'b', 'c']; var x = { template: ( (a.map(function (i){ return i })) ) } ```