Skip to content

Commit 1c50b46

Browse files
committed
Merge pull request silverbux#28 from leoruhland/patch-1
Fix error on running ngHtml2Js
2 parents dcd32c3 + 45a07c2 commit 1c50b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/app/components/charts-chartjs/charts-chartjs.component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class ChartsChartjsController {
2-
constructor ($scope) {
2+
constructor () {
33
'ngInject'
44
}
55

0 commit comments

Comments
 (0)