I would like to display in my html the result from a function declared in my controller. So, for example:
{{ vm.getValue({{data}}) }}
The data value is from a ng-repeat.
Do you have some ideas? thanks.
I would like to display in my html the result from a function declared in my controller. So, for example:
{{ vm.getValue({{data}}) }}
The data value is from a ng-repeat.
Do you have some ideas? thanks.