btford / btford/angular-socket-io
Well... $scope.$emit
Open
- Dominant language
- JavaScript
- Stars
- 1.5k
- Forks
- 225
- PR merge metrics
- No merged PRs in 30d
Description
He was looking, if that be possible. this happen?
``` js
.controller([ '$scope',function(scope){
scope.$emit('myevent', 'Is Cool');
scope.$on(function(data){
scope.more = data;
});
}])
```
Well .. it's just a suggestion!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.