update angular.d.ts

This commit is contained in:
vvakame
2014-10-27 11:22:46 +09:00
parent 3ec4b591c9
commit 0efa290ca6
2 changed files with 12 additions and 1 deletions
+6
View File
@@ -250,6 +250,12 @@ httpFoo.then((x) => {
x.toFixed();
});
httpFoo.success((data, status, headers, config) => {
var h = headers("test");
h.charAt(0);
var hs = headers();
hs.concat(["test"]);
});
function test_angular_forEach() {
var values: { [key: string]: string } = { name: 'misko', gender: 'male' };