Skip to content

Instantly share code, notes, and snippets.

@navad
navad / ng-grunticon-embed.directive.js
Last active October 9, 2016 02:25
Grunticon embedder for use in Angular directives/templates
/* globals grunticon: false */
(function() {
'use strict';
angular.module('ngGrunticon', [])
.provider('grunticonEmbedConfig', function() {
this.gruntIcons = undefined;
this.init = function(grunticonCss) {