2.0.0 • Published 8 years ago

angular-gist v2.0.0

Weekly downloads
155
License
MIT
Repository
github
Last release
8 years ago

angular-gist

AngularJS directive for embedding Github gists.

Demo

Please have a look at the demo for a live example.

It embeds this public gist.

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

2.0.0

8 years ago

1.0.0

9 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago