angular-gist-embed
v0.0.6
Published
[![Build Status](https://secure.travis-ci.org/pasupulaphani/angular-gist-embed.png?branch=master)](http://travis-ci.org/pasupulaphani/angular-gist-embed) [![npm version](http://img.shields.io/npm/v/angular-gist-embed.svg)](https://npmjs.org/package/angula
Downloads
1
Maintainers
Readme
Angular Gist Embed
Demo
Getting Started
Install the library through bower or npm.
bower install angular-gist-embed
Add it to your app dependency
angular.module('myModule',['gist-embed'])
That's it
Usage
Variants of usage: http://blairvanderhoof.com
How it works
This loads blairvanderhoof gist-embed library asynchronously to your page.
This depends on jquery library.
It just works when you include <code data-gist-id="5457595"></code>
in your html/templates/bindHtml
If you need to recompile binded html, add directive as attribute compile-gist-embed
to the element.
<div compile-gist-embed ng-bind-html="post.body"></div>
Examples
See http://blairvanderhoof.com/gist-embed/ for all possible ways to use gist-embed:
- Including a single gist
- Including individual files from a gist
- Including specific line numbers from a gist
- Removing all line numbers from a gist
- Removing the footer from a gist
- Highlight lines from a gist
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Locations
- http://ngmodules.org/modules/angular-gist-embed
- http://pasupulaphani.github.io/angular-gist-embed/#/
- http://bower.io/search/?q=angular-gist-embed