Advertisement
Guest User

Untitled

a guest
Feb 6th, 2020
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $scope.showPhonesIpnetDialog = function ($event) {
  2.                 $mdDialog.show({
  3.                     clickOutsideToClose: true,
  4.                     templateUrl: 'views/dialogs/contacts.html',
  5.                     controller: ['$scope', function DialogController($scope) {
  6.                         $scope.closeDialog = function () {
  7.                             $mdDialog.hide();
  8.                         };
  9.                     }]
  10.                 });
  11.             };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement