Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/momoko8443/ukulelejs

Ukulelejs is a light two way binding javascript tool
https://github.com/momoko8443/ukulelejs

Last synced: 3 months ago
JSON representation

Ukulelejs is a light two way binding javascript tool

Awesome Lists containing this project

README

        

# Install UkuleleJS
```
bower install ukulelejs
```
or
```
npm install ukulelejs
```

# Getting Start
## Native Way
**Import ukulelejs's library**
```html

...

...

```

**Add 'uku-application' as an attribute to any html tags, then ukulelejs will control whole this tag**

```html

...

```
Initialize ukulelejs and register Controller in the $(document).ready's callback function
```javascript
...

...

{{myCtrl.message}}


...