angular-ui / AngularJS-sublime-package

AngularJS code completion, snippets, go to definition, quick panel search, and more.
MIT License
1.42k stars 169 forks source link

interpolate autocompletion option error #64

Open dbwhddn10 opened 10 years ago

dbwhddn10 commented 10 years ago
$interpolate(string, mustHaveExpression, trustedContext);

but

$interpolate(string, mustHaveExpression, trustedContext, allOrNothing)

is correct

subhaze commented 10 years ago

$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.