Skip to content

Commit

Permalink
put back missing page titles - oops - to close #453
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Conway-Jones committed Dec 3, 2018
1 parent b75f1fa commit 6b6d716
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

- Let ui_text node handle buffers without mangling to utf8
- Fix ui_template info odd/even example to work again (after theme changes)
- Fix missing titles (mea culpa) - Issue #453

### 2.11.0: Milestone Release

Expand Down
2 changes: 1 addition & 1 deletion dist/dashboard.appcache
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ weather-icons-lite/fonts/weather-icons-lite.woff2
NETWORK:
*

# hash: 87e3e34c00a734a5b034fd09cecbe370d4cb386d85967e988adef495a6505f36
# hash: fffbb420f3ab872d759936add303eb34bd85e82850607d24ff166de2b7722fcc
2 changes: 1 addition & 1 deletion dist/js/app.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/partials/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<ng-md-icon icon="menu"></ng-md-icon>
</md-button>
<h1 ng-show="main.len <= 1" style="width:30px"> </h1>
<h1 ng-show="!main.lock && Menumain.loaded">{{main.selectedTab.header || main.selectedTab.name}}</h1>
<h1 ng-show="!main.lock && main.loaded">{{main.selectedTab.header || main.selectedTab.name}}</h1>
<h1 ng-show="main.lockMenu">{{main.name}}</h1>
</div>
</md-toolbar>
Expand Down

0 comments on commit 6b6d716

Please sign in to comment.