Skip to content

nachos/iframe-wrapper-directive

Repository files navigation

iframe-wrapper-directive

iframe wrapper directive that support context injection

Linux OSX Windows Coverage Dependencies DevDependencies
Coverage Status

Have a problem? Come chat with us!

Join the chat at https://gitter.im/nachos/packages

Installation

Using Bower

$ [sudo] bower install iframe-wrapper-directive --save

Add script tag

<script type="text/javascript" src="iframeWrapper.directive.js"></script>

Usage

Add module "iframeWrapper" as dependency

var app = angular.module('myApp', ['iframeWrapper']);

Add the new element in HTML

<iframe-wrapper src="src" content="content"></iframe-wrapper>

Run Tests

$ npm test

License

MIT

About

iframe wrapper directive that support context injection

Resources

License

Stars

Watchers

Forks

Packages

No packages published