Skip to content

Commit

Permalink
fix(dialog): update code example from content to textContent. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jelbourn committed Dec 4, 2015
1 parent b4ef302 commit 1938945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function MdDialogDirective($$rAF, $mdTheming, $mdDialog) {
* function showAlert() {
* alert = $mdDialog.alert({
* title: 'Attention',
* content: 'This is an example of how easy dialogs can be!',
* textContent: 'This is an example of how easy dialogs can be!',
* ok: 'Close'
* });
*
Expand Down

0 comments on commit 1938945

Please sign in to comment.