Skip to content

Commit 3cad1a0

Browse files
committed
Merge pull request likeastore#433 from dweitz43/master
updating class name to correct name
2 parents 9a0f5ce + 70facd5 commit 3cad1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ var app = angular.module('exampleApp', ['ngDialog']);
4040

4141
app.controller('MainCtrl', function ($scope, ngDialog) {
4242
$scope.clickToOpen = function () {
43-
ngDialog.open({ template: 'popupTmpl.html', className: 'ngDialog-theme-default' });
43+
ngDialog.open({ template: 'popupTmpl.html', className: 'ngdialog-theme-default' });
4444
};
4545
});
4646
```

0 commit comments

Comments
 (0)