We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1940eab commit a4aa53dCopy full SHA for a4aa53d
app/assets/javascripts/directives.js
@@ -8,7 +8,7 @@ angular.module('birdwatch.directives', ['charts.barchart', 'charts.wordcloud'])
8
restrict: 'C',
9
scope: { tweet: "=tweet" },
10
templateUrl: "/assets/templates/tweetCard.tpl.html",
11
- link: function (scope, elem, attrs) { console.log(scope) }
+ link: function (scope, elem, attrs) { }
12
}
13
})
14
.directive('barchart', function (barchart) {
0 commit comments