|
|
@ -43,7 +43,9 @@ define(['text!partials/page.html', 'text!partials/page/welcome.html'], function( |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
scope.$watch("status", function(event) { |
|
|
|
scope.$watch("status", function(event) { |
|
|
|
|
|
|
|
if (scope.initialized) { |
|
|
|
scope.refresh(); |
|
|
|
scope.refresh(); |
|
|
|
|
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
scope.refresh = function() { |
|
|
|
scope.refresh = function() { |
|
|
|