1.1.3 • Published 5 years ago

angularjs-atmosphere v1.1.3

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
5 years ago

angularjs-atmosphere

TravisCI Status Coverage Status npm version

Angular JS Atmosphere Wrapper

Installation

To install this module, you need to run the following command

$ npm install --save angularjs-atmosphere

Dependency

$ npm install --save jquery@~3.0.0
$ npm install --save angular@~1.6.1

Include Javascripts in index.html

<script src="node_modules/angularjs-atmosphere/dist/angularjs-atmosphere.js"></script>

Add directive in app.js or main.js

angular.module('app', ['angularJS.Atmosphere']);