Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $scope.showPhonesIpnetDialog = function ($event) {
- $mdDialog.show({
- clickOutsideToClose: true,
- templateUrl: 'views/dialogs/contacts.html',
- controller: ['$scope', function DialogController($scope) {
- $scope.closeDialog = function () {
- $mdDialog.hide();
- };
- }]
- });
- };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement