Skip to content

Commit

Permalink
update(bottomsheet): fix url to bottomsheet template
Browse files Browse the repository at this point in the history
Closes angular#21. Fixes angular#18.
  • Loading branch information
ThomasBurleson committed May 26, 2015
1 parent 0f45fc4 commit 22f7bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/users/UserController.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@

return $mdBottomSheet.show({
parent: angular.element(document.getElementById('content')),
templateUrl: '/src/users/view/contactSheet.html',
templateUrl: './src/users/view/contactSheet.html',
controller: [ '$mdBottomSheet', ContactPanelController],
controllerAs: "cp",
bindToController : true,
Expand Down

0 comments on commit 22f7bc7

Please sign in to comment.