Add face icons

Change-Id: I2b08eed82e67c31fa95647f0e69d773bd8d96030
This commit is contained in:
sharonlucong 2014-09-04 11:36:02 -07:00
parent 7f75d76e70
commit 0aa6a79c47
7 changed files with 5 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -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'
]); ]);

View File

@ -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>

View File

@ -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;