https://github.com/zkoss/zk-angular
A ZK extension for Angular JS
https://github.com/zkoss/zk-angular
Last synced: 12 months ago
JSON representation
A ZK extension for Angular JS
- Host: GitHub
- URL: https://github.com/zkoss/zk-angular
- Owner: zkoss
- Created: 2014-08-05T08:52:37.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-01-30T03:29:24.000Z (over 3 years ago)
- Last Synced: 2024-04-13T22:00:49.254Z (about 2 years ago)
- Language: Java
- Size: 352 KB
- Stars: 5
- Watchers: 14
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
zk-angular
==========
# A ZK extension for Angular JS
This project aims to provide a convenient way for Java developers to bind data from the server to client and vice versa.
It contains both the powers of [AngularJS][angularjs] and [ZK MVVM][mvvm]; __AngularJS__
is a structural framework for building dynamic web applications and provides a complete client-side solution. On the other hand,
__ZK MVVM__ is a data binder to synchronize data between the View (__ZUL Page__) and ViewModel (__Java Object__) where
in this project the View will be the __AngularJS__'s template (HTML & CSS). The following figure illustrates the whole concept of this project.
* This is an experimental project created based on ZK 7.0.3. If you are interested in learning more, please [contact us](mailto:info@zkoss.org).

### Version
0.8.0
### Maven Installation
org.zkoss.angular
zk-angular
0.8.0
### Demo Project
* [ZK Angular Demo Site](http://www.zkoss.org/zk-angular-demo)
* [ZK Angular Demo Project](https://github.com/zkoss/zk-angular-demo)
### License
* [GPL v2](http://www.gnu.org/licenses/gpl-2.0.html)
[angularjs]: https://angularjs.org/
[zk]: http://www.zkoss.org
[mvvm]: http://books.zkoss.org/wiki/ZK%20Developer's%20Reference/MVVM
[bootstrap]: http://getbootstrap.com/