Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 342 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 342 Bytes

angular-gist

AngularJS directive for embedding Github gists.

Install

Bower

bower install angular-gist --save

NPM

npm install angular-gist --save

Usage

Inject module

angular.module('myApp', ['gist']);

Use as directive

<gist id="1234556"></gist>

Options

id - Gist ID