Skip to content

Commit

Permalink
PW-82 phoenix consortium to phoenix page
Browse files Browse the repository at this point in the history
  • Loading branch information
Qian Li committed Nov 19, 2015
1 parent b64610b commit cb264cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ angular.module('platform-ui.librariantool.role.phoenix.iprange').controller(

/* Controller Definition */
function ($scope, $http, $cookies, $location, $state, Title, PhoenixIpRangeModel) {
$scope.partyId = $location.search()['partyId'];
init();
$scope.setTitle(PhoenixIpRangeModel.title);
$scope.ipranges = PhoenixIpRangeModel.ipranges;
$scope.institutions = PhoenixIpRangeModel.institutions;
$scope.institution = null;
$scope.partyId = null;
$scope.addGroupShow = "hidden";
$scope.adding = false;
$scope.newRange = PhoenixIpRangeModel.newRange;
Expand Down
2 changes: 1 addition & 1 deletion src/app/librariantool/role/phoenix/manage/PhoenixManage.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ angular.module(
}
}
}).state('role.phoenix.manage.institution', {
url: '/institution',
url: '/institution?partyId',
views: {
'manage': {
controller: 'PhoenixManageInstitutionController',
Expand Down

0 comments on commit cb264cf

Please sign in to comment.