Skip to content

How to use binding {{}} instead of ng-bind? #15

@Ewelina555

Description

@Ewelina555

I want to add a link with the binding in a grid-item like this:
<a ng-href="book/{{item.id}}"/>
but the binding doesn't work. How can I do this? I get empty value. This works well:
<span ng-bind="item.id">
But I want an 'a' not a span. How can I achieve this?

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions