This is done through the ngmodeloptions directive: <input type="text" ngmodel="firstname" ngmodeloptions=" ↵{updateOn: 'blur'}" /> In this case, ...
確定! 回上一頁