Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itsmunim/md-out-click
Define click handlers for clicks outside a specified element
https://github.com/itsmunim/md-out-click
angular click element handler javascript npm-package outside region
Last synced: about 4 hours ago
JSON representation
Define click handlers for clicks outside a specified element
- Host: GitHub
- URL: https://github.com/itsmunim/md-out-click
- Owner: itsmunim
- Created: 2018-02-04T16:14:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T10:13:20.000Z (over 6 years ago)
- Last Synced: 2024-11-14T15:21:15.410Z (6 days ago)
- Topics: angular, click, element, handler, javascript, npm-package, outside, region
- Language: JavaScript
- Homepage:
- Size: 240 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![mdOutClick Logo](https://raw.githubusercontent.com/dibosh/md-out-click/master/readme-logo.jpg)
[![Build Status](https://travis-ci.org/dibosh/md-out-click.svg?branch=master)](https://travis-ci.org/dibosh/md-out-click)
[![npm version](https://badge.fury.io/js/md-out-click.svg)](https://badge.fury.io/js/md-out-click)
[![codecov](https://codecov.io/gh/dibosh/md-out-click/branch/master/graph/badge.svg)](https://codecov.io/gh/dibosh/md-out-click)
[![all downloads](https://img.shields.io/npm/dt/md-out-click.svg)]()[mdOutClick](https://dibosh.github.io/md-out-click) is an AngularJS module, having a directive `on-out-click`
and a service `OutClickService`; which enables you to capture click events outside of an element and fire handlers
based on that.Example- `
...