0

When in AngularJS

I write the following Edit {{locations}} Home

It shows as Edit [{"title":"Hello","gps":"1"}] Home

When I try Edit {{locations.title}} Home

It shows as Edit Home

What would I need to do in order to get it to show as Edit Hello Home

Thanks

1 Answer 1

3

It says nothing because your locations is an array. So access it like this {{locations[0].title}}.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.