Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
dribnet committed Mar 27, 2013
1 parent b91875a commit 5aab2d8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
@@ -1,14 +1,16 @@
# acute

This is an example of how [strokes](https://github.com/dribnet/strokes) can be used for interop with the angular library.
This is an example of how [strokes](https://github.com/dribnet/strokes) can be used for interop with the [angularjs library](http://angularjs.org/).

Currently there is just a port of the [angular tutorial](http://docs.angularjs.org/tutorial/). This version of the tutorial also replaces all json files with edn files so that phone data is provided by clojurescript data. This demo can also be [viewed online](http://dribnet.github.com/acute/).
Currently there is just a port of the [angular tutorial](http://docs.angularjs.org/tutorial/). This version of the tutorial also replaces all json files with edn files so that all [phone data](public/phones/) is provided by clojurescript container classes. This demo can also be [viewed online](http://dribnet.github.com/acute/public/).

## Usage

```
lein cljsbuild auto
cd public && ./web_server.sh
open http://localhost:7878/tutorial/
open http://localhost:7878/
```

## License

Expand Down
8 changes: 8 additions & 0 deletions index.html
@@ -0,0 +1,8 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>acute: like angular but sharper</title>
<meta http-equiv="REFRESH" content="0;url=public"></HEAD>
<BODY>
</BODY>
</HTML>
4 changes: 2 additions & 2 deletions public/index.html
Expand Up @@ -5,12 +5,12 @@
<title>Google Phone Gallery</title>
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/bootstrap.css">
<script src="../ArrayLikeIsArray.js"></script>
<script src="ArrayLikeIsArray.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.1.3/angular.min.js"></script>
<!-- or local version for debugging:
<script src="../angular-1.1.3.js"></script>
-->
<script src="../out/acute.js"></script>
<script src="out/acute.js"></script>
</head>
<body>

Expand Down

0 comments on commit 5aab2d8

Please sign in to comment.