We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a0f5ce + 70facd5 commit 3cad1a0Copy full SHA for 3cad1a0
README.md
@@ -40,7 +40,7 @@ var app = angular.module('exampleApp', ['ngDialog']);
40
41
app.controller('MainCtrl', function ($scope, ngDialog) {
42
$scope.clickToOpen = function () {
43
- ngDialog.open({ template: 'popupTmpl.html', className: 'ngDialog-theme-default' });
+ ngDialog.open({ template: 'popupTmpl.html', className: 'ngdialog-theme-default' });
44
};
45
});
46
```
0 commit comments