Skip to content

Commit

Permalink
demo(popover): fix typo in template url
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisirhc authored and fernando-sendMail committed Jul 16, 2015
1 parent 571610f commit 1975bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/popover/docs/demo.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
angular.module('ui.bootstrap.demo').controller('PopoverDemoCtrl', function ($scope) {
$scope.dynamicPopover = {
content: 'Hello, World!',
templateUrl: 'myTemplatePopover.html',
templateUrl: 'myPopoverTemplate.html',
title: 'Title'
};
});

0 comments on commit 1975bd9

Please sign in to comment.