commit | f75d0ac913cd156157f9f53432d9722f8ea33575 | [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 | ed70cf4a8e6f55a863a057e9c6d3dcc4ea8b3c3f [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)); });