Skip to content

Commit

Permalink
fix track in title element being removed on route change
Browse files Browse the repository at this point in the history
  • Loading branch information
edoparearyee committed Aug 14, 2015
1 parent b23b935 commit 46adc93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="fragment" content="!">
<title>SOON FM_</title>
<title data-update-on-page-change="false">SOON FM_</title>

<!-- build:template
<base href="<%= url %>">
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"angular-bootstrap": "0.13.0",
"angular-socket-io": "0.7.0",
"angular-spotify": "0.11.0",
"angular-title": "0.0.2",
"angular-title": "0.1.0",
"bootstrap": "3.3.4",
"satellizer": "0.9.4",
"socket.io-client": "https://github.com/Automattic/socket.io-client.git#1.3.5",
Expand Down

0 comments on commit 46adc93

Please sign in to comment.