Skip to content

Commit 45a07c2

Browse files
committed
Fix error on running ngHtml2Js
Error log: Starting 'ngHtml2Js'... angular/app/components/charts-chartjs/charts-chartjs.component.js 2:16 error "$scope" is defined but never used no-unused-vars ✖ 1 problem (1 error, 0 warnings) Finished 'ngHtml2Js' after 983 ms
1 parent dcd32c3 commit 45a07c2

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

Lines changed: 1 addition & 1 deletion
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)