Activity Stream: Initiated by is now a link when actor is available. Refactored event detail view for much better use of space. Only thing left is formatting the json object.

This commit is contained in:
chris Houseknecht
2014-01-16 16:01:22 -05:00
parent 1cbc00e19d
commit 3a4899e04a
5 changed files with 67 additions and 110 deletions

View File

@@ -545,7 +545,7 @@ angular.module('SearchHelper', ['RestServices', 'Utilities', 'RefreshHelper'])
console.log('search cleanup!');
scope.removeDoSearch();
//scope.removeFoundObject();
scope.removeResultWarning();
//scope.removeResultWarning();
scope.removePrepareSearch();
scope.removePrepareSearch2();
}