1.3.0 • Published 9 years ago

scui-approve-button v1.3.0

Weekly downloads
1
License
ISC
Repository
-
Last release
9 years ago

scui-approve-button component

How to use

As self contained component (for testing)

git clone [this repo]
npm install
npm start

As imported library

npm install --save scui-approve-button

and in code (assuming commonjs is available)

var approveButton = require('scui-approve-button');
module.exports = angular.module( 'app', [approveButton] )

You should now be able to use

<approve-button></approve-button>
1.3.0

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago