Skip to content

Commit 6fc27c2

Browse files
committed
LinkedData typo error when defining attribute
There was a tipo error in the definition of the attribute linkeddata, so it was not working
1 parent bd3e613 commit 6fc27c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/angular-fusioncharts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
dataset: '@',
3434
categories: '@',
3535
chart: '@',
36-
linkdedata: '@',
36+
linkeddata: '@',
3737
trendlines: '@',
3838
vtrendlines: '@',
3939
annotations: '@',
@@ -280,4 +280,4 @@
280280
}
281281
}
282282
]);
283-
}());
283+
}());

0 commit comments

Comments
 (0)