commit all archived files

This commit is contained in:
mappu 2015-10-18 00:00:00 +00:00
parent e0c720747d
commit 6ab064d069
3 changed files with 24 additions and 0 deletions

24
README.md Normal file
View File

@ -0,0 +1,24 @@
# opengular
![](https://img.shields.io/badge/written%20in-Javascript-blue)
A declarative two-way data binding library for Javascript.
The best way to determine if you understand something, is to reimplement it from memory.
## Features
- Angular.JS-style controller/scope/directive concepts, using hierarchal dirty scope checking
- Bind directive, supporting div/spans and two-way support for text inputs
- Click directive, with argument support loaded from current scope
- Repeat directive, with $index support and mutation protection
- Comes in at 300 lines (just 1.3KiB minified and gzipped) with no `eval()` tricks
- Permissive ISC license
- Depends on jQuery, but should work fine with API-compatibile substitutions like Zepto or jqLite
## Changelog
2015-10-18 1.0
- Initial public release
- [⬇️ opengular-1.0.tar.xz](dist-archive/opengular-1.0.tar.xz) *(30.71 KiB)*

Binary file not shown.

BIN
doc/screenshot-1.0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB