This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Use allOrNothing for interpolating ngHref #10015
Closed
Description
https://docs.angularjs.org/api/ng/service/$interpolate states that:
allOrNothing
is useful for interpolating URLs.ngSrc
andngSrcset
use this behavior.
In that case, why not also use allOrNothing
for ngHref
?