Which is the correct syntax format for constructing a route and binding a route parameter?
Which is the correct syntax format for constructing a route and binding a route parameter?
a) <a ng-href=”#/detail/{{food.id}}”>Click for more……</a>
b) <a ng-href=’#/detail/{{food.id}}’>Click for more……</a>
c) <a ng-http=”#/detail/{{food.id}}”>Click for more……</a>
d) <a ng-href=”#/detail/{food.id}”>Click for more……</a>