Skip to content

Instantly share code, notes, and snippets.

'use strict';
angular
.module('common.d3')
.provider('common.d3.loader', function() {
// Default to CDN
this.scriptUrl = 'http://d3js.org/d3.v3.min.js';
this.$get = ['$window', '$document', '$q', function($window, $document, $q) {