-remove project - fixed
-remove user from project - in progress
This commit is contained in:
parent
083c27267c
commit
afcc8d889f
1 changed files with 1 additions and 3 deletions
|
@ -37,14 +37,12 @@ angular.module('SeHub')
|
||||||
{
|
{
|
||||||
$scope.loadingData = true;
|
$scope.loadingData = true;
|
||||||
$scope.campuses = data;
|
$scope.campuses = data;
|
||||||
console.log("INSIDE " + $scope.campuses);
|
|
||||||
init(); // Executing the function to initialize campuses display
|
init(); // Executing the function to initialize campuses display
|
||||||
|
|
||||||
}).error(function()
|
}).error(function()
|
||||||
{
|
{
|
||||||
// TODO
|
console.log(err.message);
|
||||||
});
|
});
|
||||||
// console.log($scope.campuses.length.toString());
|
|
||||||
|
|
||||||
if(!$scope.campuses) // If campuses is empty
|
if(!$scope.campuses) // If campuses is empty
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue