Add face icons
Change-Id: I2b08eed82e67c31fa95647f0e69d773bd8d96030
This commit is contained in:
parent
7f75d76e70
commit
0aa6a79c47
BIN
v2/assets/img/happy_face.png
Normal file
BIN
v2/assets/img/happy_face.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
BIN
v2/assets/img/meh_face.png
Normal file
BIN
v2/assets/img/meh_face.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 27 KiB |
BIN
v2/assets/img/unhappy_face.png
Normal file
BIN
v2/assets/img/unhappy_face.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.7 KiB |
@ -9,7 +9,7 @@ var app = angular.module('compass', [
|
|||||||
'compass.server',
|
'compass.server',
|
||||||
'ui.router',
|
'ui.router',
|
||||||
'ui.bootstrap',
|
'ui.bootstrap',
|
||||||
// 'compassAppDev',
|
'compassAppDev',
|
||||||
'ngAnimate'
|
'ngAnimate'
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
@ -15,9 +15,9 @@
|
|||||||
</em>
|
</em>
|
||||||
<br>
|
<br>
|
||||||
Cluster Summary
|
Cluster Summary
|
||||||
<!--<span class="pull-right">
|
<span class="pull-right">
|
||||||
<image src="assets/img/smile_face.png" width="20" height="20">
|
<img style="margin-top: -25px;" src="assets/img/happy_face.png" height="80" width="80">
|
||||||
</span>-->
|
</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
@ -375,7 +375,7 @@ angular.module('compass.services', [])
|
|||||||
|
|
||||||
.service('authService', ['$http', 'dataService',
|
.service('authService', ['$http', 'dataService',
|
||||||
function($http, dataService) {
|
function($http, dataService) {
|
||||||
this.isAuthenticated = false;
|
this.isAuthenticated = true;
|
||||||
|
|
||||||
this.setLogin = function(isLogin) {
|
this.setLogin = function(isLogin) {
|
||||||
this.isAuthenticated = isLogin;
|
this.isAuthenticated = isLogin;
|
||||||
|
Loading…
Reference in New Issue
Block a user