Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethul/purescript-angular
AngularJS 1.2 bindings for PureScript (currently in the experimental stage)
https://github.com/ethul/purescript-angular
Last synced: about 2 months ago
JSON representation
AngularJS 1.2 bindings for PureScript (currently in the experimental stage)
- Host: GitHub
- URL: https://github.com/ethul/purescript-angular
- Owner: ethul
- License: mit
- Created: 2014-06-15T11:02:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T17:20:04.000Z (over 9 years ago)
- Last Synced: 2024-11-11T02:02:35.608Z (about 2 months ago)
- Language: PureScript
- Homepage:
- Size: 441 KB
- Stars: 23
- Watchers: 7
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-angular
[AngularJS 1.2 bindings](MODULE.md) for PureScript.
**NOTICE**: This module is currently in the experimental stage.
## Examples
### todomvc
The [todomvc](http://todomvc.com/architecture-examples/angularjs) has been implemented as an example. The example may be run as follows.
```bash
purescript-angular $ npm installpurescript-angular $ bower install
purescript-angular $ gulp todomvc
purescript-angular $ gulp watch.todomvc
```Then visit: [http://localhost:9501/examples/Todomvc/main.html](http://localhost:9501/examples/Todomvc/main.html).