Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(modal): fix service reference
Browse files Browse the repository at this point in the history
- Fix reference to $uibModalInstance

Closes #5411
  • Loading branch information
ndelvalle authored and wesleycho committed Feb 3, 2016
1 parent f81d440 commit a5aebda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modal/docs/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ angular.module('ui.bootstrap.demo').controller('ModalDemoCtrl', function ($scope

});

// Please note that $modalInstance represents a modal window (instance) dependency.
// Please note that $uibModalInstance represents a modal window (instance) dependency.
// It is not the same as the $uibModal service used above.

angular.module('ui.bootstrap.demo').controller('ModalInstanceCtrl', function ($scope, $uibModalInstance, items) {
Expand Down

0 comments on commit a5aebda

Please sign in to comment.