-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #139 from khoa-nd/master
Merged
- Loading branch information
Showing
19 changed files
with
54 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 1 addition & 10 deletions
11
src/main/webapp/assets/modules/navigation/navigation.con.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,5 @@ | ||
angular.module("Navigation").controller("navigationController", function ($scope, utils, jsonValue, navigationService, $rootScope) { | ||
navigationService.initialize(); | ||
navigationService.addSpaceforNavi(); | ||
//navigationService.restartTour(); | ||
//$scope.userInfo = $rootScope.userInfo; | ||
//$scope.changeChart = function (event) { | ||
// if ($(event.currentTarget).hasClass('m-pie-chart')) { | ||
// $(event.currentTarget).attr('href', '#/bubble-chart').removeClass('m-pie-chart'); | ||
// } | ||
// else { | ||
// $(event.currentTarget).attr('href', '#/pie-chart').addClass('m-pie-chart'); | ||
// } | ||
//} | ||
navigationService.keepNaviBar(); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,20 +30,6 @@ <h2><span>Confirm Information</span></h2> | |
disabled="disabled" value="[email protected]"> | ||
</div> | ||
</div> | ||
<!--<div class="row technical-skill">--> | ||
<!--<p>Choose Your Skills:</p>--> | ||
<!--<ul>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>Java</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>.Net</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>PHP</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>Ruby</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>Python</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>DBA</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>BA</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>QA</label></li>--> | ||
<!--<li><label><input type="checkbox" class="checkbox"/>Project Manager</label></li>--> | ||
<!--</ul>--> | ||
<!--</div>--> | ||
<div class="row your-salary"> | ||
<p>Choose Your salary:</p> | ||
|
||
|
@@ -60,16 +46,9 @@ <h2><span>Confirm Information</span></h2> | |
<h3>Allow us to connect</h3> | ||
<ul> | ||
<li ng-repeat="auth in authSource"> | ||
<!--<span ng-if="item.site == 'LinkedIn'">--> | ||
<!--<span class="active" ng-style="{'background-color': item.bgcolor}">--> | ||
<!--<img ng-src="{{item.logo}}" alt="">--> | ||
<!--</span>--> | ||
<!--</span>--> | ||
<!--<span ng-if="item.site != 'LinkedIn'">--> | ||
<span ng-if="auth.isNotSupported === undefined"> | ||
<a ng-click="openOathDialog(auth)" class="{{auth.provider}}"><img ng-src="{{auth.logo}}" alt=""></a> | ||
</span> | ||
<!--</span>--> | ||
<span ng-if="auth.isNotSupported === undefined" class="{{userInfo !== undefined && userInfo.profileNames.indexOf(auth.provider.toUpperCase()) > -1 ? 'active' : 'inactive' }}"> | ||
<a ng-click="openOathDialog(auth)" class="{{auth.provider}}"><img ng-src="{{auth.logo}}" alt=""></a> | ||
</span> | ||
</li> | ||
</ul> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/webapp/assets/modules/translation/translation.tem.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<a class="m-languages langKey" ng-class="icoLanguage" ng-click="changeLanguage()"></a> | ||
<a class="m-languages langKey" ng-class="icoLanguage" ng-click="changeLanguage()" title="Select Languages"></a> | ||
<!--<div class="langKey" translate>language</div>--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters