CSS changes not reflicting inside the Modal
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
i'm trying to style one message inside a modal pop up in the service scriptbut seems like the changes are not reflicting
CUSTOM_MESSAGE:"<p class='custom-msg' please use this <a href='google.com'>Link</a></p>",and in the controller this is what i have:
var modalParam = {
message: $sce.trustAsHtml($scope.data.i18n.CUSTOM_MESSAGE_ISOLV),
};
.custom-msg {
color: red !important;
}
how can i let the changes to be visible on the modal.
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
i ve tried it but it didn t work as well