mirror of
https://github.com/bendtherules/chart-builder-demo.git
synced 2026-08-18 13:42:05 +00:00
Rename js folder to app
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
var app = angular.module("chart-builder.services",[]);
|
||||
|
||||
app.service("d3Tip", function () {
|
||||
this.tip = d3.tip();
|
||||
});
|
||||
Reference in New Issue
Block a user