removed alert

This commit is contained in:
cubedro 2015-05-13 03:11:26 +03:00
parent 17046d4370
commit 22a7f165c7
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -236,7 +236,6 @@ angular.module('netStatsApp.directives', []).
scope.$watch('data', function() { scope.$watch('data', function() {
if(scope.data.length > 0) { if(scope.data.length > 0) {
alert(scope.data);
scope.init(); scope.init();
} }
}, true); }, true);