|
|
@ -155,7 +155,7 @@ app.controller('ProjectController', ['$scope', 'config','$http','$timeout', 'aut
|
|
|
|
vm.currentTab = rms.get('tab_num');
|
|
|
|
vm.currentTab = rms.get('tab_num');
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
if(!vm.currentTab){
|
|
|
|
if(!vm.currentTab || !vm.project){
|
|
|
|
$http.get(config.apiUrl+ 'projects/'+projectid+"?token="+auth.token()).then(
|
|
|
|
$http.get(config.apiUrl+ 'projects/'+projectid+"?token="+auth.token()).then(
|
|
|
|
function(response) {
|
|
|
|
function(response) {
|
|
|
|
console.log(response.data);
|
|
|
|
console.log(response.data);
|
|
|
|