Allow branches to be browsed by project_id

Change-Id: I815ddb0f0345672d1dc36d532617eafeef45a092
This commit is contained in:
Adam Coldrick 2018-01-01 18:06:35 +00:00
parent aff3f59926
commit 92f5fe17b9
1 changed files with 4 additions and 1 deletions

View File

@ -35,7 +35,10 @@ angular.module('sb.services').factory('Branch',
'Branch',
resource,
'name',
{Text: 'q'}
{
Text: 'q',
Project: 'project_id'
}
);
return resource;