Skip to content

Commit

Permalink
Merge pull request #785 from cultuurnet/feature/III-6325
Browse files Browse the repository at this point in the history
III-6325 - Send the iframe height to the parent
  • Loading branch information
vhande authored Nov 8, 2024
2 parents eaddf48 + 8464e92 commit 9918be9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
6 changes: 5 additions & 1 deletion dist/udb3-angular.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/udb3-angular.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/search/components/search-bar.directive.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 class="title" translate-once="search.search">Zoeken</h1>

<form class="navbar-form navbar-left udb-header-search" role="search"
ng-class="{'has-errors': sb.hasErrors, 'is-editing': sb.isEditing}">
<div class="form-group has-warning has-feedback">
Expand Down
4 changes: 4 additions & 0 deletions src/search/ui/search.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ function SearchController(
$scope.currentPage = getCurrentPage();
$scope.language = $translate.use() || 'nl';

this.$doCheck = function() {
$rootScope.$emit('searchComponentReady');
};

var additionalSpecifics = [
{id: 'accessibility', name: 'Toegankelijkheidsinformatie', permission: authorization.editFacilities}
];
Expand Down

0 comments on commit 9918be9

Please sign in to comment.