Socket
Socket
Sign inDemoInstall

angular-refills

Package Overview
Dependencies
0
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular-refills

AngularJS directives for Bourbon.io Refills


Version published
Maintainers
1
Install size
10.8 kB
Created

Readme

Source

Angular Directives for Bourbon Refills

npm Build Status

This is a set of Angular.js directives that implement the functionality of http://refills.bourbon.io/. This project was created to make it easier to use Bourbon and Refills controls on an Angular.js website. These directives are designed to work with the default HTML structure and classes as presented on the Refills website.

They are all independent, so you can use only the ones you need.

Refills is owned and maintained by thoughtbot, inc.. This project is not affiliated in any way.

This project is currently in a pre-release state, so not all directives have been added.

How to Use

  1. Include Refills in your project and include one or more of the patterns or components

  2. Include either the minified or non-minified javascript file from the /dist/ folder:

    <script src="angular-refills.js"></script>
    
  3. Inject the angular-refills module into your app module:

    var myApp = angular.module('myApp', ['angular-refills']);
    
  4. The directives will be applied automatically if the default classnames are used.

Examples

There is an example site in the example/ folder which can be used for reference. It uses Gulp to compile the SCSS stylesheets, but the compiled version is also included.

Bower

This filter can be installed via Bower with the following dependency in the bower.json file.

"dependencies": {
    "angular-refills": "~0.0"
}

Browserify

This project is published in NPM as angular-refills.

"dependencies": {
    "angular-refills": "~0.0"
}

Building

  1. Install Gulp and Node.js

  2. Install Node packages

     npm install
    
  3. Build via Gulp

     gulp build
    

    The /dist/ folder contains the regular and minified Javascript files.

  4. Tests are automatically run during the build, but they can be run manually as well

     gulp test
    

FAQs

Last updated on 26 Nov 2015

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc