0

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.

Matthieu
  • 199
  • 2
  • 3
  • 15
  • just `{{vm.getValue(data)}}` will do. See [this](http://stackoverflow.com/questions/17878560/difference-between-double-and-single-curly-brace-in-angular-js) post on curly brace usage – logee Jan 17 '17 at 22:53
  • Thanks a lot it works like a charm – Matthieu Jan 17 '17 at 23:18

0 Answers0