Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/navarroaxel/iron-dailymotion-embed
A utility resource for embed Dailymotion videos using AngularJS
https://github.com/navarroaxel/iron-dailymotion-embed
Last synced: about 1 month ago
JSON representation
A utility resource for embed Dailymotion videos using AngularJS
- Host: GitHub
- URL: https://github.com/navarroaxel/iron-dailymotion-embed
- Owner: navarroaxel
- License: mit
- Created: 2016-02-23T12:47:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-22T23:27:39.000Z (over 8 years ago)
- Last Synced: 2024-09-09T05:33:47.320Z (2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iron-dailymotion-embed
A utility resource for embed Dailymotion videos using AngularJS### Install
`bower install iron-dailymotion-embed`
Once installed, add iron-dailymotion-embed as a dependency in your module:
```javascript
angular.module('myModule', ['ironDailymotionEmbed']);
```### Requirements
**AngularJS v1.3.0+** is supported
### Example
```html```
See the examples folder for more.