Skip to content

The Open Application Standard Platform for JavaScript - Bower components

Notifications You must be signed in to change notification settings

tszewcow/oasp4js-bower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

Packaged oasp4js AngularJS modules

This repository is for distribution on bower. The source for this module can be found in this repository.

Install

Instructions for installing ng-modules for OASP4JS Application Template

If you have already set up the OASP4JS Application Template and you want to use OASP4JS ng-modules you have to perform steps listed below.

Install package using bower.

bower install oasp --save

The save parameter will add the package to the dependencies in the bower.json file. The OASP4JS Application Template uses wiredep which will automatically attach all needed scripts to the index.html file (including oasp.min.js needed here).

Instructions for other applications

If you are developing your own application without the OASP4JS Application Template and you are not using plugins which will attach scripts automatically to your main html, please perform the following steps.

Install the package using bower:

bower install oasp

Then add a <script> to your index.html:

<script src="/bower_components/oasp/oasp.min.js"></script>

Documentation

Documentation of the ng-modules is available on the Wiki.

About

The Open Application Standard Platform for JavaScript - Bower components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.9%
  • CSS 7.1%