Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 305 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 305 Bytes

two-way-binding

A pure javascript utility for two way binding. Scan for all tag with data attribute m-model and attached keypress event to it.

Dev Setup

$ git clone https://github.com/maninder-singh/two-way-binding.git
$ cd two-way-binding
$ npm install

Run

$ npm start