Project slug + Update projects sockets structure + Express to angular structure
This commit is contained in:
@@ -10,7 +10,6 @@ angular_module.controller(
|
||||
$scope.$apply( function()
|
||||
{
|
||||
$scope.projects = Object.keys( data.all ).length ? data.all : null;
|
||||
console.log($scope.projects);
|
||||
} );
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user