Skip to content

ethul/purescript-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-angular

AngularJS 1.2 bindings for PureScript.

NOTICE: This module is currently in the experimental stage.

Examples

todomvc

The todomvc has been implemented as an example. The example may be run as follows.

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.