All Questions
Tagged with angularjs-events angularjs-rootscope
1 question
0
votes
1
answer
1k
views
AngularJS 1 with TypeScript: where in controller to put $rootScope.on?
Service
export class RandomServiceName implements ng.IServiceProvider {
/* @ngInject */
constructor(private $rootScope: ng.IRootScopeService) {
}
public $get(): RandomServiceName {
...