Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uberstudio/angular-flowtype
- Owner: uberstudio
- Created: 2014-01-27T10:48:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T16:11:06.000Z (over 7 years ago)
- Last Synced: 2024-07-08T00:01:23.662Z (6 months ago)
- Size: 17.6 KB
- Stars: 15
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- annals-of-awesome - Resource - [Flowtype.js](http://simplefocus.com/flowtype/), a library for resizing typography based on page width, for angular. (Web Development / Angular)
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
```