Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c95ab1f

Browse files
committedJan 19, 2017
issue_905 -iversonLv- another solution: hide X button and click ..v2
1 parent 9343e7d commit c95ab1f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎app/profile/profile.controller.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ import moment from 'moment'
121121
function showBadges() {
122122
ngDialog.open({
123123
plain: true,
124+
cache: false,
125+
showClose: false,
126+
closeByDocument: true,
127+
closeByEscape: true,
124128
template: require('./badges/badges')(),
125129
controller: 'BadgesController',
126130
controllerAs: 'vm',

0 commit comments

Comments
 (0)
This repository has been archived.