[QS:] change text
This commit is contained in:
parent
773427b0cf
commit
30841cf64d
|
@ -25,7 +25,7 @@ angular.module('microStock')
|
||||||
$scope.obj = {};
|
$scope.obj = {};
|
||||||
$scope.msg = {type:'success',text:'Saved '+count+' good(s) from product '+$scope.product.title+'.'};
|
$scope.msg = {type:'success',text:'Saved '+count+' good(s) from product '+$scope.product.title+'.'};
|
||||||
},function(){
|
},function(){
|
||||||
$scope.msg = {type:'error',text:'Saved '+count+' good(s) from product '+$scope.product.title+'.'};
|
$scope.msg = {type:'error',text:'Error: Saved '+count+' good(s) from product '+$scope.product.title+'.'};
|
||||||
})
|
})
|
||||||
};
|
};
|
||||||
}]);
|
}]);
|
||||||
|
|
Reference in New Issue