Skip to content

Commit

Permalink
Merge pull request #1194 from marmelab/demo_title
Browse files Browse the repository at this point in the history
[RFR] Fix blog demo title
  • Loading branch information
jpetitcolas authored Sep 19, 2016
2 parents a1ceed9 + ff51b68 commit 92f15f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/blog/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
return value.length > 50 ? value.substr(0, 50) + '...' : value;
}

var admin = nga.application('ng-admin backend demo') // application main title
var admin = nga.application('ng-admin blog demo') // application main title
.debug(false) // debug disabled
.baseApiUrl('http://localhost:3000/'); // main API endpoint

Expand Down
2 changes: 1 addition & 1 deletion examples/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Angular admin</title>
<title>ng-admin blog demo</title>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="http://localhost:8000/build/ng-admin.min.css">
<style type="text/css">
Expand Down

0 comments on commit 92f15f2

Please sign in to comment.