This repository has been archived by the owner on May 29, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove `replace: true` usage BREAKING CHANGE: This removes `replace: true` usage, causing some structural changes to the HTML - the major part here is that there is no more backdrop template, and the top level elements for the window/backdrop elements lose a little flexibility. See documentation examples for new structure. Closes #5989
- Loading branch information
Showing
4 changed files
with
30 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1 @@ | ||
<div modal-render="{{$isRendered}}" tabindex="-1" role="dialog" class="modal" | ||
uib-modal-animation-class="fade" | ||
modal-in-class="in" | ||
ng-style="{'z-index': 1050 + index*10, display: 'block'}"> | ||
<div class="modal-dialog {{size ? 'modal-' + size : ''}}"><div class="modal-content" uib-modal-transclude></div></div> | ||
</div> | ||
<div class="modal-dialog {{size ? 'modal-' + size : ''}}"><div class="modal-content" uib-modal-transclude></div></div> |
96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@wesleycho You have removed
template/modal/backdrop.html
but insrc/modal/index-nocss.js
you still require this template.96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch - want to file a PR?
96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, here you have PR #5999
96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@angular-ui
This means I can’t update angular-ui cause I need that flexibility. Or will there be something like
windowTopTemplateURL
To override the most outer container?//cc @krnlde
96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mischah can you open an issue with your use case/details as to what you need exactly? We can probably add support for what you need.
96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not post questions not relevant to this commit here - if it is a support issue, use the appropriate venue such as StackOverflow or the Angular IRC channel. If it is a legitimate library issue (or appears to be), open an issue with a reproduction.
96d52ce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manikandanvs, what you did is called thread hijacking and is very much frowned upon as it can totally derail and distract from the conversation. This PR deals with modal and you posted a support question about pagination. First off, the issues forum (and certainly not the PR forum) is not for support requests. Rather you need to read the README and FAQs to see how to properly ask for (and receive) help.