File tree 2 files changed +2
-4
lines changed 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ module.exports = function (grunt) {
20
20
app : require ( './bower.json' ) . appPath || 'app' ,
21
21
dist : 'dist' ,
22
22
cordova : 'cordova' ,
23
- appName : 'YoAngularChrome '
23
+ appName : 'YoAngularCordova '
24
24
} ;
25
25
26
26
// Define the configuration for all the tasks
@@ -323,6 +323,7 @@ module.exports = function (grunt) {
323
323
'.htaccess' ,
324
324
'*.html' ,
325
325
'views/{,*/}*.html' ,
326
+ 'template/{,*/}*.html' ,
326
327
'images/{,*/}*.{webp}' ,
327
328
'fonts/{,*/}*.*'
328
329
]
Original file line number Diff line number Diff line change 1
1
< 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 >
5
2
< h1 > About this app</ h1 >
6
3
7
4
< p layout ="column " layout-align ="center center ">
You can’t perform that action at this time.
0 commit comments