We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf962a4 commit ce4855dCopy full SHA for ce4855d
src/internal/trycatch.js
@@ -12,7 +12,7 @@ function tryCatcherGen(tryCatchTarget) {
12
}
13
14
function tryCatch(fn) {
15
- if (!isFunction(fn)) { throw new TypeError('fn must be a function'); }
+ if (!angular.isFunction(fn)) { throw new TypeError('fn must be a function'); }
16
return tryCatcherGen(fn);
17
18
0 commit comments