Browse Source

Fixed flash of welcome page.

pull/12/head
Simon Eisenmann 11 years ago
parent
commit
9ff1e6307a
  1. 2
      static/js/directives/page.js

2
static/js/directives/page.js

@ -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() {

Loading…
Cancel
Save