Skip to content

Commit

Permalink
Coverage status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
luizcanet committed May 4, 2020
1 parent 50ed4da commit b08bccc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Data Controller Module
======================

[![Coverage Status](https://coveralls.io/repos/github/modnes/data-controller/badge.svg?branch=master)](https://coveralls.io/github/modnes/data-controller?branch=master)

Data Controller is browser module that aims to let implementations to know about data updates inside a data attribute of a host object in a simple way.

It uses a [Proxy](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) to capture any modification in the target data and comunicates changes dispatching an event called `dataUpdated`.
Expand Down

0 comments on commit b08bccc

Please sign in to comment.