EmmanuelDemey / EmmanuelDemey/eslint-plugin-angular
controller-as rule matches custom scope functions
Open
- Dominant language
- JavaScript
- Stars
- 620
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I believe controller-as rule should not fail on following code:
```
$scope.on('myEvent', handleEvent);
```
I'm not setting properties on `$scope`, I'm calling its function.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.