dont reload page after removing a project from repository

This commit is contained in:
Alexander Machehin 2015-03-20 15:26:10 +05:00
parent 70ee7fd208
commit ea32cf3685
1 changed files with 3 additions and 3 deletions

View File

@ -35,9 +35,9 @@ div ng-controller='RepositoryProjectsController'
td td
a ng-href='{{project.add_path}}' ng-show='project.add_path' a ng-href='{{project.add_path}}' ng-show='project.add_path'
= t('layout.add') = t('layout.add')
a[ng-href = '#' a.pointer[ng-href = ''
ng-show = 'project.remove_path' ng-show = 'project.remove_path'
ng-click = 'removeProject(project)'] ng-click = 'removeProject(project)']
span.glyphicon.glyphicon-remove span.glyphicon.glyphicon-remove
|   |