Skip to content

Commit

Permalink
reomve debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
geirkairam committed Nov 10, 2015
1 parent 2df646f commit 6a43238
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/js/directives/fileRequired.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ module.exports = function(app) {
required: '=ngRequired'
},
link: function(scope, element, attributes, ngModel) {
console.log(scope.required);
scope.$watch('required', function(newValue, oldValue) {
console.log('required changed');
});

//handle element change
element.bind('change',function() {
Expand Down

0 comments on commit 6a43238

Please sign in to comment.