Skip to content

Commit

Permalink
rename visualization directive to be namespaced
Browse files Browse the repository at this point in the history
  • Loading branch information
btford committed Aug 1, 2012
1 parent 6e99077 commit 808e5ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.js
Expand Up @@ -103,7 +103,7 @@ d3DemoApp.controller('AppCtrl', function AppCtrl ($scope, $http) {
});


d3DemoApp.directive('visualization', function () {
d3DemoApp.directive('GhVisualization', function () {

// constants
var margin = 20,
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -37,6 +37,6 @@ <h1>Github Commit Graph</h1>
</div>

<p>{{error}}</p>
<visualization val="data" grouped="grouped"></visualization>
<gh-visualization val="data" grouped="grouped"></gh-visualization>
</body>
</html>

0 comments on commit 808e5ec

Please sign in to comment.