Robin Thoni před 8 roky
rodič
revize
869b421fb7

+ 1
- 1
public/app/app.js Zobrazit soubor

@@ -45,6 +45,6 @@ angular.module('app', [
45 45
     .run(['$rootScope', '$state',
46 46
         function ($rootScope, $state) {
47 47
             $rootScope.$on('$stateChangeSuccess', function (event, current, previous) {
48
-                $rootScope.title = current.title + " - App";
48
+                $rootScope.title = current.title + " - 420px";
49 49
             });
50 50
     }]);

+ 1
- 1
public/app/index.html Zobrazit soubor

@@ -3,7 +3,7 @@
3 3
 <head>
4 4
     <base href="/app/">
5 5
     <meta charset="utf-8">
6
-    <title ng-bind="title">App</title>
6
+    <title ng-bind="title">420px</title>
7 7
 
8 8
     <!-- build:css css/globals.css -->
9 9
     <link rel="stylesheet" href="../bower_components/bootstrap/dist/css/bootstrap.min.css">

+ 1
- 1
public/app/views/sidebar.html Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 <md-sidenav layout="column" class="md-sidenav-left md-whiteframe-z2" md-component-id="left" md-is-locked-open="$mdMedia('gt-md')">
2 2
     <md-toolbar class="md-theme-indigo">
3
-        <h1 class="md-toolbar-tools"><a ui-sref="home">App</a></h1>
3
+        <h1 class="md-toolbar-tools"><a ui-sref="home">420px</a></h1>
4 4
     </md-toolbar>
5 5
     <md-content layout-padding ng-controller="SideBarController">
6 6
         <div lu-busy="sidebar">

+ 1
- 1
public/index.html Zobrazit soubor

@@ -1,6 +1,6 @@
1 1
 <html>
2 2
 <head>
3
-    <title>Redirecting to app</title>
3
+    <title>Redirecting to 420px</title>
4 4
     <meta http-equiv="refresh" content="0; URL=app/">
5 5
 </head>
6 6
 

Načítá se…
Zrušit
Uložit