Adds a loading circle to the main page

This commit is contained in:
Scott
2017-02-07 21:57:17 +11:00
parent 76107660a9
commit 377762487c
4 changed files with 108 additions and 46 deletions

View File

@@ -24,6 +24,9 @@ angular.module('myApp.enabledExchanges', []).component('enabledexchanges', {
$rootScope.$emit('CurrencyChanged', $scope.selected);
};
$scope.getDashboardData();
}
});