Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

pr3429 - Allow for custom user modal sizes #3431

Closed
wants to merge 4 commits into from
Closed

pr3429 - Allow for custom user modal sizes #3431

wants to merge 4 commits into from

Conversation

RevanProdigalKnight
Copy link
Contributor

Removed restriction to Bootstrap-native modal-sm and modal-lg size classes.

This change should not require any documentation changes

Removed restriction to Bootstrap-native `modal-sm` and `modal-lg` size classes.
@chrisirhc chrisirhc added this to the 0.13.0 milestone Mar 24, 2015
@chrisirhc chrisirhc self-assigned this Mar 24, 2015
@chrisirhc
Copy link
Contributor

@RevanProdigalKnight , your committer email is set to a domain of @noreply.github.com, did you intend that?

@@ -1,3 +1,3 @@
<div modal-render="{{$isRendered}}" tabindex="-1" role="dialog" class="modal fade" ng-class="{in: animate}" ng-style="{'z-index': 1050 + index*10, display: 'block'}" ng-click="close($event)">
<div class="modal-dialog" ng-class="{'modal-sm': size == 'sm', 'modal-lg': size == 'lg'}"><div class="modal-content" modal-transclude></div></div>
<div class="modal-dialog" ng-class="size ? 'modal-' + size"><div class="modal-content" modal-transclude></div></div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs : ''.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whoops, should be fixed now. You'd think after writing it right in the issue conversation I wouldn't make that sort of mistake...

@RevanProdigalKnight
Copy link
Contributor Author

No, I did not intend that. I'm not entirely sure how to change that.

@chrisirhc
Copy link
Contributor

See https://help.github.com/articles/setting-your-email-in-git/ . You can then force push to update this PR's branch and it'll have your correct email.

RevanProdigalKnight added 2 commits March 24, 2015 13:49
Having to put in an unnecessary space that I'll then remove in order to get this to allow me to push...
removing the unnecessary space from the push force
@chrisirhc
Copy link
Contributor

Thank you! Merged and added a test.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants