commit | 3548818862371a776137311033a0f1c28ac1cc14 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@onlab.us> | Thu Dec 17 11:16:57 2015 -0800 |
committer | Matteo Scandolo <teo@onlab.us> | Thu Dec 17 11:16:57 2015 -0800 |
tree | 82ee4fe50c93596626495a818b49e2bcb57ab3a2 | |
parent | 40f683eec4f03187cdea7e166504ca46e5fff225 [diff] [blame] |
Animation started
diff --git a/xos-apps/auto-scale/gui/src/js/autoscaling.service.js b/xos-apps/auto-scale/gui/src/js/autoscaling.service.js index 5af613d..cd52aaf 100644 --- a/xos-apps/auto-scale/gui/src/js/autoscaling.service.js +++ b/xos-apps/auto-scale/gui/src/js/autoscaling.service.js
@@ -33,6 +33,7 @@ this.getAutoscalingData = () => { $http.get('/autoscaledata') + // $http.get('../mocks/mock.json') .success((res) => { $rootScope.$emit('autoscaling.update', this.formatData(res)); });