Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
update(docs): Close code block in dark theme example.
Browse files Browse the repository at this point in the history
Fixes #3573.
  • Loading branch information
Splaktar authored and rschmukler committed Jul 5, 2015
1 parent a3a3229 commit 8c1ac53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/Theming/03_configuring_a_theme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ angular.module('myApp', ['ngMaterial'])
.config(function($mdThemingProvider) {
$mdThemingProvider.theme('default')
.dark();
});
</hljs>

### Specifying Custom Hues For Color Intentions
Expand Down

0 comments on commit 8c1ac53

Please sign in to comment.