Merge pull request #125 from cubedro/develop

Removed alert
This commit is contained in:
Marian OANCΞA 2015-05-13 03:11:47 +03:00
commit cac6f7c04a
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() {
if(scope.data.length > 0) {
alert(scope.data);
scope.init();
}
}, true);