You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular-gist

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-gist

AngularJS directive for embedding Github gists

2.0.0
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

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

Keywords

angular

FAQs

Package last updated on 01 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts