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 9baf476 commit a64f0fbCopy full SHA for a64f0fb
app/js/directives/SemanticTagDirective.js
@@ -18,7 +18,6 @@ devlog.directive('semanticTag', function() {
18
var input = $(element).find("input");
19
20
scope.$on('log-saved', function() {
21
- console.log("log-saved");
22
ngModel.$setViewValue(input.val());
23
});
24
0 commit comments