interpolate autocompletion option error
dbwhddn10 opened this issue · 1 comments
dbwhddn10 commented
$interpolate(string, mustHaveExpression, trustedContext);but
$interpolate(string, mustHaveExpression, trustedContext, allOrNothing)is correct
subhaze commented
$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.