Skip to content

Commit fcd9232

Browse files
Merge pull request #12 from TheHalcyonSavant/master
missed timeout argument
2 parents 7deec10 + a7552f5 commit fcd9232

File tree

1 file changed

+1
-1
lines changed
  • 1820EN_02_Code/09 - testing - timeout test

1 file changed

+1
-1
lines changed

1820EN_02_Code/09 - testing - timeout test/timeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ angular.module('async', [])
44
say:function (name, timeout) {
55
$timeout(function(){
66
$log.info("Hello, " + name + "!");
7-
});
7+
}, timeout);
88
}
99
};
1010
});

0 commit comments

Comments
 (0)