diff --git a/primo-explore/custom/01MIT_INST-TACOS/js/custom.js b/primo-explore/custom/01MIT_INST-TACOS/js/custom.js
index 0a166320..106f6960 100644
--- a/primo-explore/custom/01MIT_INST-TACOS/js/custom.js
+++ b/primo-explore/custom/01MIT_INST-TACOS/js/custom.js
@@ -3,35 +3,35 @@
var alertBannerTemplate =
'
';
- angular.module("viewCustom", ["angularLoad"])
- .component("prmSearchBookmarkFilterAfter", {
- template:
- '',
- })
- .component("prmLogoAfter", {
- template:
- '',
- })
- .component("prmSearchBarAfter", {
- template: alertBannerTemplate,
- })
- .component("prmAtozSearchBarAfter", {
- template: alertBannerTemplate,
- })
- .component("prmBrowseSearchBarAfter", {
- template: alertBannerTemplate,
- })
- .controller("prmNoSearchResultAfterController", [function () {
- this.$onInit = function () {
- this.getSearchTerm = this.parentCtrl.term;
- };
- }])
- .component("prmNoSearchResultAfter", {
- bindings: {
- parentCtrl: "<",
- },
- controller: "prmNoSearchResultAfterController",
- template: `
+ angular.module("viewCustom", ["angularLoad"]);
+ app.component("prmSearchBookmarkFilterAfter", {
+ template:
+ '',
+ });
+ app.component("prmLogoAfter", {
+ template:
+ '',
+ });
+ app.component("prmSearchBarAfter", {
+ template: alertBannerTemplate,
+ });
+ app.component("prmAtozSearchBarAfter", {
+ template: alertBannerTemplate,
+ });
+ app.component("prmBrowseSearchBarAfter", {
+ template: alertBannerTemplate,
+ });
+ app.controller("prmNoSearchResultAfterController", [function () {
+ this.$onInit = function () {
+ this.getSearchTerm = this.parentCtrl.term;
+ };
+ }])
+ app.component("prmNoSearchResultAfter", {
+ bindings: {
+ parentCtrl: "<",
+ },
+ controller: "prmNoSearchResultAfterController",
+ template: `
@@ -52,7 +52,7 @@
`,
- });
+ });
})();
/*----------below is the code for libchat-----------*/