Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fouad/angular-famous
Angular module to include Famous components/containers in your app
https://github.com/fouad/angular-famous
Last synced: 16 days ago
JSON representation
Angular module to include Famous components/containers in your app
- Host: GitHub
- URL: https://github.com/fouad/angular-famous
- Owner: fouad
- License: mit
- Created: 2015-06-22T20:19:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T22:34:12.000Z (over 9 years ago)
- Last Synced: 2025-01-21T00:14:53.412Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# angular-famous
Easily add Famous components/containers in your existing angular app.
### installation
`bower install --save angular-famous`
### container usage
Currently the recommended method is to register a container using `famous deploy` then
attaching the embed id as a param to the directive like:```html
```
### component usage
TBD