Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uberstudio/angular-flowtype

AngularJS directive for Flowtype.JS
https://github.com/uberstudio/angular-flowtype

Last synced: 2 months ago
JSON representation

AngularJS directive for Flowtype.JS

Awesome Lists containing this project

README

        

angular-flowtype
================

AngularJS directive for Flowtype.JS

I love using Flowtype.JS and realized there's no out-of-the-box directive out there, pretty easy but thought I'd through it out there anyway.

Installation (via Bower):
-------------------------
```bash
$ bower install angular-flowtype
```

Usage:
------

* Download and include angular-flowtype.js (and jQuery + Flowtype.JS, of course)
```html

```

* Add 'ngFlowtype' to your app's dependencies
```js
angular.module('myApp', ['ngFlowtype']);
```

* Use the directive as an attribute, specify optional settings.

```html


```