0.0.2 • Published 8 years ago

angular-global-pubsub v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

angular-global-pubsub

Angular pubsub service that enables cross ng-app communications. The use case is related to bootstrapping an angular app in a page that has already another app. This service allows communication via the window object.

Note: Root scope is at the app level not page level.

Build

  1. Install uglify globally
$ npm install uglify-js -g
  1. Run linter
$ npm run-script lint
  1. Run build
$ npm run-script build