F
F
frontender2016-08-09 11:37:46
Angular
frontender, 2016-08-09 11:37:46

AngularJS: string interpolation from json?

Hello.
The question is this: I have a json file that contains some data that I need to replace when displaying it in a view.
I thought that you can write {{data.val}} and this construction will be processed when outputting, but no. Displays "as is".
Is this even possible or am I doing something wrong?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
F
frontender, 2016-08-09
@frontender

$interpolate(vm.temp)(vm.data);
The documentation does not describe this method very clearly .. but I googled how to use it and it all worked.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question