Closed rj93 closed 8 years ago
I think it's because this.lineInView is not on the scope, it's the controller as syntax. Try changing it to $scope.lineInView = function()....
It was to do with that, I needed to call cvCtrl.lineInView(...)
. Knew I was overlooking something!
Hi,
I am trying to get this to work angular 1.5.0-beta.1
HTML
CSS
Controller
Can you please tell me where I'm going wrong?
Thanks.