Skip to content

Commit

Permalink
Fine tune documents
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Aug 13, 2014
1 parent 319128e commit a4de733
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ zk-angular

# A ZK extension for Angular JS

This project aims to provide a convenient way for Java developers to bind the data from server to client and vise versa.
It contains both powers of [AngularJS][angularjs] and [ZK MVVM][mvvm]; __AngularJS__
is a structural framework for dynamic web applications and provides a complete client-side solution.
__ZK MVVM__ is a data binder to synchronize data between the View (__ZUL Page__) and ViewModel (__Java Object__),
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.

![ZK Angular Architecture](https://raw.githubusercontent.com/zkoss/zk-angular-demo/master/src/main/webapp/img/zk-ng-architecture.png)
Expand All @@ -25,7 +25,8 @@ in this project the View will be the __AngularJS__'s template (HTML & CSS). The

### Demo Project

* [ZK Angular Demo](https://github.com/zkoss/zk-angular-demo)
* [ZK Angular Demo Site](http://www.zkoss.org/zk-angular-demo)
* [ZK Angular Demo Project](https://github.com/zkoss/zk-angular-demo)

### License

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<commons-io>2.4</commons-io>
<commons-lang>2.6</commons-lang>
<maven.build.timestamp.format>yyyy-MM-dd</maven.build.timestamp.format>
<packname>-${project.version}-FL-${maven.build.timestamp}</packname>
<packname>-${project.version}-${maven.build.timestamp}</packname>
</properties>
<packaging>jar</packaging>
<name>The zk-angular library</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/zkoss/angular/AngularBinder.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
import org.zkoss.zk.ui.util.Clients;

/**
* An angular JS binder for binding the value from client to server and vise
* An angular JS binder for binding the value from client to server and vice
* versa.
*
* @author jumperchen
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/zkoss/angular/AngularComposer.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import org.zkoss.zk.ui.util.Clients;

/**
* An angular JS composer for binding the data from client to server and vise
* An angular JS composer for binding the data from client to server and vice
* versa.
*
* @author jumperchen
Expand Down

0 comments on commit a4de733

Please sign in to comment.