SHARE
TWEET
Untitled
a guest
Oct 12th, 2016
54
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- angular.module('angularDemo.messagingFactory', []).factory("messagingService", messagingService);
- function messagingService($rootscope, $scope) {
- var factory = {};
- factory.on = function(eventName, callback) {
- };
- factory.emit = function(eventName, data, callback) {
- };
- return factory;
- }
- messagingService.$inject = ['$rootscope', '$scope'];
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
