We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7deec10 commit a7552f5Copy full SHA for a7552f5
1820EN_02_Code/09 - testing - timeout test/timeout.js
@@ -4,7 +4,7 @@ angular.module('async', [])
4
say:function (name, timeout) {
5
$timeout(function(){
6
$log.info("Hello, " + name + "!");
7
- });
+ }, timeout);
8
}
9
};
10
});
0 commit comments