Giter Site home page Giter Site logo

lrcchuan2016 / ui-event Goto Github PK

View Code? Open in Web Editor NEW

This project forked from angular-ui/ui-event

0.0 2.0 0.0 6.01 MB

Bind a callback to any event not natively supported by Angular

Home Page: https://htmlpreview.github.io/?https://github.com/angular-ui/ui-event/master/demo/index.html

License: MIT License

JavaScript 100.00%

ui-event's Introduction

ui-event Build Status npm version Bower version Join the chat at https://gitter.im/angular-ui/ui-event

Bind a callback to any event not natively supported by Angular. For Blurs, Focus, Double-Clicks or any other event you may choose that isn't built-in.

Requirements

  • AngularJS

Usage

You can get it from Bower

bower install angular-ui-event

Load the script files in your application:

<script type="text/javascript" src="bower_components/angular/angular.js"></script>
<script type="text/javascript" src="bower_components/angular-ui-event/dist/event.js"></script>

Add the specific module to your dependencies:

angular.module('myApp', ['ui.event', ...])

Development

We use Karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use grunt:

npm install -g gulp-cli
npm install && bower install
gulp

The karma task will try to open Firefox and Chrome as browser in which to run the tests. Make sure this is available or change the configuration in karma.conf.js

Gulp watch

gulp watch will automatically test your code and build a release whenever source files change.

How to release

Use gulp to bump version, build and create a tag. Then push to GitHub:

gulp release [--patch|--minor|--major]
git push --tags origin master # push everything to GitHub

Travis will take care of testing and publishing to npm's registry (bower will pick up the change automatically). Finally create a release on GitHub from the tag created by Travis.

ui-event's People

Contributors

proloser avatar douglasduteil avatar petebacondarwin avatar ajoslin avatar powerkiki avatar pkozlowski-opensource avatar mfeingold avatar dandoyon avatar joshkurz avatar edwardhotchkiss avatar shaungrady avatar realtica avatar vinniefranco avatar dhilt avatar jimallanson avatar caiotoon avatar doogd avatar aidanhs avatar solidspark avatar teamon avatar pocesar avatar just-boris avatar thetrevdev avatar asadighi avatar ziv avatar peterdavehello avatar 0x-r4bbit avatar nateredding avatar krohrsb avatar inaiat avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.