btford / btford/angular-socket-io

Well... $scope.$emit

Open
#107 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.