Skip to content

Commit

Permalink
Merge pull request #1948 from himdel/fix-undefined-subscribe
Browse files Browse the repository at this point in the history
Container list - fix Cannot read property subscribe of undefined
  • Loading branch information
mzazrivec authored Aug 18, 2017
2 parents 7520b03 + 35c553e commit 1570f65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ miqHttpInject(angular.module('miq.containers.providersModule', ['ui.bootstrap',
return true;
};

ManageIQ.rxSubject.subscribe(function(event) {
ManageIQ.angular.rxSubject.subscribe(function(event) {
if (event.controller !== 'containers.deployProviderController') {
return;
}
Expand Down

0 comments on commit 1570f65

Please sign in to comment.