File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
- YO ANGULAR CHROME
1
+ YO ANGULAR CORDOVA
2
2
=================
3
3
4
- Follow the commit history of this project to learn how to build a yeoman angular chrome app.
4
+ Follow the commit history of this project to learn how to build a yeoman angular cordova app.
5
5
6
6
[ ![ Build Status] ( https://travis-ci.org/infomofo/cordova-angular-md-template.svg?branch=master )] ( https://travis-ci.org/infomofo/cordova-angular-md-template )
7
7
Original file line number Diff line number Diff line change 18
18
< link rel ="stylesheet " href ="styles/main.css ">
19
19
<!-- endbuild -->
20
20
</ head >
21
- < body layout ="row " ng-app ="yoAngularChromeApp ">
21
+ < body layout ="row " ng-app ="yoAngularCordovaApp ">
22
22
23
23
<!--[if lt IE 7]>
24
24
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* @ngdoc overview
5
- * @name yoAngularChromeApp
5
+ * @name yoAngularCordovaApp
6
6
* @description
7
- * # yoAngularChromeApp
7
+ * # yoAngularCordovaApp
8
8
*
9
9
* Main module of the application.
10
10
*/
11
11
var app = angular
12
- . module ( 'yoAngularChromeApp ' , [
12
+ . module ( 'yoAngularCordovaApp ' , [
13
13
'ngAnimate' ,
14
14
'ngCookies' ,
15
15
'ngResource' ,
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* @ngdoc function
5
- * @name yoAngularChromeApp .controller:AboutCtrl
5
+ * @name yoAngularCordovaApp .controller:AboutCtrl
6
6
* @description
7
7
* # AboutCtrl
8
- * Controller of the yoAngularChromeApp
8
+ * Controller of the yoAngularCordovaApp
9
9
*/
10
- angular . module ( 'yoAngularChromeApp ' )
10
+ angular . module ( 'yoAngularCordovaApp ' )
11
11
. controller ( 'AboutCtrl' , function ( $scope ) {
12
12
$scope . awesomeThings = [
13
13
'HTML5 Boilerplate' ,
Original file line number Diff line number Diff line change 2
2
3
3
/**
4
4
* @ngdoc function
5
- * @name yoAngularChromeApp .controller:MainCtrl
5
+ * @name yoAngularCordovaApp .controller:MainCtrl
6
6
* @description
7
7
* # MainCtrl
8
- * Controller of the yoAngularChromeApp
8
+ * Controller of the yoAngularCordovaApp
9
9
*/
10
- angular . module ( 'yoAngularChromeApp ' )
10
+ angular . module ( 'yoAngularCordovaApp ' )
11
11
. controller ( 'MainCtrl' , function ( $scope ) {
12
12
$scope . awesomeThings = [
13
13
'HTML5 Boilerplate' ,
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " yo-angular-chrome " ,
2
+ "name" : " yo-angular-cordova " ,
3
3
"version" : " 0.0.0" ,
4
4
"dependencies" : {
5
5
"angular" : " 1.3.11" ,
You can’t perform that action at this time.
0 commit comments