From 808e5ecaed74e12d52f92205e68974cf96c08c1d Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Wed, 1 Aug 2012 13:10:38 -0700 Subject: [PATCH] rename visualization directive to be namespaced --- app.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.js b/app.js index 164dbe6..2c77cdf 100644 --- a/app.js +++ b/app.js @@ -103,7 +103,7 @@ d3DemoApp.controller('AppCtrl', function AppCtrl ($scope, $http) { }); -d3DemoApp.directive('visualization', function () { +d3DemoApp.directive('GhVisualization', function () { // constants var margin = 20, diff --git a/index.html b/index.html index 1d92c2f..1825f76 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,6 @@

Github Commit Graph

{{error}}

- + \ No newline at end of file