Open dbwhddn10 opened 10 years ago
$interpolate(string, mustHaveExpression, trustedContext);
but
$interpolate(string, mustHaveExpression, trustedContext, allOrNothing)
is correct
$interpolate(string, mustHaveExpression, trustedContext); is correct for the stable releases of Angular. I've not made any sweeps yet to check API updates on the 1.3 beta releases.
but
is correct