mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 13:42:05 +00:00
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
var app = angular.module("chart-builder.services",[]);
|
|
|
|
app.service("d3Tip", function () {
|
|
this.tip = d3.tip();
|
|
}); |