Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 install

purescript-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).