Skip to content

Commit 73873fe

Browse files
committed
fix application name remove unused fab
1 parent e8ea300 commit 73873fe

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module.exports = function (grunt) {
2020
app: require('./bower.json').appPath || 'app',
2121
dist: 'dist',
2222
cordova: 'cordova',
23-
appName: 'YoAngularChrome'
23+
appName: 'YoAngularCordova'
2424
};
2525

2626
// Define the configuration for all the tasks
@@ -323,6 +323,7 @@ module.exports = function (grunt) {
323323
'.htaccess',
324324
'*.html',
325325
'views/{,*/}*.html',
326+
'template/{,*/}*.html',
326327
'images/{,*/}*.{webp}',
327328
'fonts/{,*/}*.*'
328329
]

app/views/about.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<md-content class="md-padding" layout="column" layout-align="center center">
2-
<md-button class="md-fab md-fab-bottom-right" aria-label="Time">
3-
<i class="fa fa-clock-o fa-2x"></i>
4-
</md-button>
52
<h1>About this app</h1>
63

74
<p layout="column" layout-align="center center">

0 commit comments

Comments
 (0)