dbtek/angular-aside

$modalInstance is now deprecated. Use $uibModalInstance instead.

Closed this issue · 1 comments

pkyad commented

Even after using the latest version I get the following message in the console.

dbtek commented

Then use $uibModalInstance instead of $modalInstance in your aside's controller. 😄

$modalInstance is deprecated after ui-bootstrap 0.14.3 or newer versions. Just switch to new service. (demo plunk updated).