fixed a javascript param
This commit is contained in:
parent
c6d06856d2
commit
aabe1dd6c7
|
@ -462,7 +462,7 @@ orgsModule.controller('typesCtrl', function ($scope, $http, $routeParams) {
|
|||
call_http_get($http, 'api/organizations/browse/types', function(res) { $scope.entries = res.data; });
|
||||
});
|
||||
|
||||
orgsModule.controller('byTypeCtrl', function ($scope, $http, $routeParams, $) {
|
||||
orgsModule.controller('byTypeCtrl', function ($scope, $http, $routeParams, $location) {
|
||||
|
||||
$scope.fieldValue = $routeParams.type;
|
||||
|
||||
|
|
Loading…
Reference in New Issue