This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Requires jQuery from http://jquery.com/ | |
// and jQuerySparklines from http://omnipotent.net/jquery.sparkline | |
// AngularJS directives for jquery sparkline | |
var jqSparklineDirectives = angular.module('jqSparklineDirectives', []); | |
jqSparklineDirectives.directive('jqSparkline', [function () { | |
'use strict'; | |
return { | |
restrict: 'A', |