E
egarcia
Guest
Hello Louis, You can use the following code to show notification messages: $scope.$emit('notification', { type: 'error', message: "Error Message" }); I hope this helps, Edsel
Continue reading...
Continue reading...