Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

PR for issue_905 -iversonLv- another solution: hide X button and click ..v2 #937

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion app/profile/badges/badges.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
header.head
.ngdialog-close
.breadcrumbs
.handle
img.profile-circle(fallback-src=require("../../../assets/images/avatarPlaceholder.png"), ng-src="{{vm.profile.photoURL}}")
Expand Down
4 changes: 4 additions & 0 deletions app/profile/profile.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ import moment from 'moment'
function showBadges() {
ngDialog.open({
plain: true,
cache: false,
showClose: false,
closeByDocument: true,
closeByEscape: true,
template: require('./badges/badges')(),
controller: 'BadgesController',
controllerAs: 'vm',
Expand Down