Skip to content

Commit

Permalink
- Hide loading when sending comment, just after login
Browse files Browse the repository at this point in the history
- release 0.1.27
  • Loading branch information
blavenie committed Aug 18, 2016
1 parent e8f768b commit 543e87e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,11 @@ To contribute and compile cesium, you will have to:
- Add your environment config into `app/config.json`
- Run compitaltion using option `--env`:
```
gulp default --env <your_env_name>
gulp config --env <your_env_name>
```

This will update the configuration file used by cesium, at `www/js/config.json`.

### Best pratices

Cesium could be run on phone devices. Please read [performance tips on AgularJS + Ionic ](http://julienrenaux.fr/2015/08/24/ultimate-angularjs-and-ionic-performance-cheat-sheet/)
Expand Down
2 changes: 1 addition & 1 deletion www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ angular.module("cesium.config", [])
"TIMEOUT": 4000,
"DEBUG": false,
"VERSION": "0.1.27",
"BUILD_DATE": "2016-08-18T14:27:04.933Z"
"BUILD_DATE": "2016-08-18T14:32:54.704Z"
})

;
1 change: 1 addition & 0 deletions www/plugins/es/js/controllers/common-controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ function ESCommentsController($scope, Wallet, UIUtils, $q, $timeout, esHttp, Dat

$scope.comments.push(obj);
$scope.commentData = {}; // reset comment
UIUtils.loading.hide();
});
};

Expand Down

0 comments on commit 543e87e

Please sign in to comment.