fixed typo in contact controller of Admin UI
parent
bd43969274
commit
3b236fe454
|
@ -68,7 +68,7 @@ app.controller('ContactController', function($scope, $translate,$uibModal, Conta
|
||||||
|
|
||||||
modalInstance.result.then(function (modifiedContact) {
|
modalInstance.result.then(function (modifiedContact) {
|
||||||
ContactService.editContact(modifiedContact, function (response) {
|
ContactService.editContact(modifiedContact, function (response) {
|
||||||
if(angular.isDefined(response.status) && response.status === 200200){
|
if(angular.isDefined(response.status) && response.status === 200){
|
||||||
toaster.pop({
|
toaster.pop({
|
||||||
type: "success",
|
type: "success",
|
||||||
title: $translate.instant("TOASTER.SUCCESS_TITLE"),
|
title: $translate.instant("TOASTER.SUCCESS_TITLE"),
|
||||||
|
|
Loading…
Reference in New Issue