Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
Ab6 authored and Ab6 committed Oct 17, 2015
2 parents 4aee460 + 6192e58 commit 134b362
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 51 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions config.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<widget id="com.ionicframework.junk783261" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>junk</name>
<widget id="com.ionicframework.myapp578693" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>myApp</name>
<description>
An Ionic Framework and Cordova project.
</description>
Expand Down
2 changes: 1 addition & 1 deletion ionic.project
@@ -1,4 +1,4 @@
{
"name": "junk",
"name": "myApp",
"app_id": ""
}
Empty file added newfile
Empty file.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "junk",
"name": "myapp",
"version": "1.0.0",
"description": "junk: An Ionic project",
"description": "myApp: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-sass": "^2.0.4",
Expand Down
84 changes: 42 additions & 42 deletions platforms/ios/HelloCordova.xcodeproj/project.pbxproj
Expand Up @@ -39,13 +39,13 @@
7E7966E61810823500FA85AD /* icon-small.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DC1810823500FA85AD /* icon-small.png */; };
7E7966E71810823500FA85AD /* icon-small@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 7E7966DD1810823500FA85AD /* icon-small@2x.png */; };
D4A0D8761607E02300AEF8BB /* Default-568h@2x~iphone.png in Resources */ = {isa = PBXBuildFile; fileRef = D4A0D8751607E02300AEF8BB /* Default-568h@2x~iphone.png */; };
C8E9D1E4F0BC4DE986E4330D /* CDVLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 777CE26043B64E838EDEF5EF /* CDVLogger.m */; };
82C94221641240F28563C72D /* CDVDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = CCAB75660240439E93532273 /* CDVDevice.m */; };
730E64A530D047A08487DF1F /* CDVSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 1979C3C7A48B43BAA800C145 /* CDVSplashScreen.m */; };
0BE817EEA89E44EAABD8B94B /* CDVViewController+SplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = B21863D64F574D71932586F7 /* CDVViewController+SplashScreen.m */; };
BF5AAF1B0DE0434791C4F4CD /* CDVStatusBar.m in Sources */ = {isa = PBXBuildFile; fileRef = A828F5521342458D99C80217 /* CDVStatusBar.m */; };
C2264882FB4C4FADAE8A98D2 /* IonicKeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 8DA30490BCA14F848B133334 /* IonicKeyboard.m */; };
86E365F917C14DBA84EC10AB /* UIWebViewExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 9799920FE1324C4494CDEA69 /* UIWebViewExtension.m */; };
CD4065AA6C9E44B48D3CDB48 /* CDVLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = 43E5C4224E234187908A8506 /* CDVLogger.m */; };
AAE1B0416E8B46DE8DA5690B /* CDVDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 605CC1D624AD464D809DBCA7 /* CDVDevice.m */; };
605EF5123C3441F5A5985200 /* CDVSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 09DDF22440A745EBA327E921 /* CDVSplashScreen.m */; };
10C4C70414974585932F9E9F /* CDVViewController+SplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 777A8AD624B0428F87B9852F /* CDVViewController+SplashScreen.m */; };
260A08570DB64F8FA62E06C4 /* CDVStatusBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 13440AD85F0949A5A76D919B /* CDVStatusBar.m */; };
A53992BDF6814F7B9126A5A6 /* IonicKeyboard.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D454A94151B445BB9CB1ACB /* IonicKeyboard.m */; };
AFC8E9FC6E154D81B3412043 /* UIWebViewExtension.m in Sources */ = {isa = PBXBuildFile; fileRef = 141160624FCA49B8B34A0F6D /* UIWebViewExtension.m */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
Expand Down Expand Up @@ -111,20 +111,20 @@
EB87FDF31871DA8E0020F90C /* www */ = {isa = PBXFileReference; lastKnownFileType = folder; name = www; path = ../../www; sourceTree = "<group>"; };
EB87FDF41871DAF40020F90C /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = ../../config.xml; sourceTree = "<group>"; };
F840E1F0165FE0F500CFE078 /* config.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; name = config.xml; path = "HelloCordova/config.xml"; sourceTree = "<group>"; };
777CE26043B64E838EDEF5EF /* CDVLogger.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVLogger.m"; path = "cordova-plugin-console/CDVLogger.m"; sourceTree = "<group>"; fileEncoding = 4; };
7E839F3D295F40A0B2BDDB76 /* CDVLogger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVLogger.h"; path = "cordova-plugin-console/CDVLogger.h"; sourceTree = "<group>"; fileEncoding = 4; };
CCAB75660240439E93532273 /* CDVDevice.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVDevice.m"; path = "cordova-plugin-device/CDVDevice.m"; sourceTree = "<group>"; fileEncoding = 4; };
5E288C56CE4F43E3B3E37DDB /* CDVDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVDevice.h"; path = "cordova-plugin-device/CDVDevice.h"; sourceTree = "<group>"; fileEncoding = 4; };
1979C3C7A48B43BAA800C145 /* CDVSplashScreen.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVSplashScreen.m"; path = "cordova-plugin-splashscreen/CDVSplashScreen.m"; sourceTree = "<group>"; fileEncoding = 4; };
B21863D64F574D71932586F7 /* CDVViewController+SplashScreen.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVViewController+SplashScreen.m"; path = "cordova-plugin-splashscreen/CDVViewController+SplashScreen.m"; sourceTree = "<group>"; fileEncoding = 4; };
374874B412424D60B31E5931 /* CDVSplashScreen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVSplashScreen.h"; path = "cordova-plugin-splashscreen/CDVSplashScreen.h"; sourceTree = "<group>"; fileEncoding = 4; };
51EF96EB71CF42639874C82B /* CDVViewController+SplashScreen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVViewController+SplashScreen.h"; path = "cordova-plugin-splashscreen/CDVViewController+SplashScreen.h"; sourceTree = "<group>"; fileEncoding = 4; };
A828F5521342458D99C80217 /* CDVStatusBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVStatusBar.m"; path = "cordova-plugin-statusbar/CDVStatusBar.m"; sourceTree = "<group>"; fileEncoding = 4; };
7D8400F7E51D405F9F5999F4 /* CDVStatusBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVStatusBar.h"; path = "cordova-plugin-statusbar/CDVStatusBar.h"; sourceTree = "<group>"; fileEncoding = 4; };
8DA30490BCA14F848B133334 /* IonicKeyboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "IonicKeyboard.m"; path = "ionic-plugin-keyboard/IonicKeyboard.m"; sourceTree = "<group>"; fileEncoding = 4; };
9799920FE1324C4494CDEA69 /* UIWebViewExtension.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "UIWebViewExtension.m"; path = "ionic-plugin-keyboard/UIWebViewExtension.m"; sourceTree = "<group>"; fileEncoding = 4; };
969667E314D34A7A85B9A0B0 /* IonicKeyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "IonicKeyboard.h"; path = "ionic-plugin-keyboard/IonicKeyboard.h"; sourceTree = "<group>"; fileEncoding = 4; };
0DBA80971AA64D2A98D04E43 /* UIWebViewExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "UIWebViewExtension.h"; path = "ionic-plugin-keyboard/UIWebViewExtension.h"; sourceTree = "<group>"; fileEncoding = 4; };
43E5C4224E234187908A8506 /* CDVLogger.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVLogger.m"; path = "cordova-plugin-console/CDVLogger.m"; sourceTree = "<group>"; fileEncoding = 4; };
EA26C31FF35F4B7DBF57FD6B /* CDVLogger.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVLogger.h"; path = "cordova-plugin-console/CDVLogger.h"; sourceTree = "<group>"; fileEncoding = 4; };
605CC1D624AD464D809DBCA7 /* CDVDevice.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVDevice.m"; path = "cordova-plugin-device/CDVDevice.m"; sourceTree = "<group>"; fileEncoding = 4; };
A86F02E489134EEDB8075E1C /* CDVDevice.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVDevice.h"; path = "cordova-plugin-device/CDVDevice.h"; sourceTree = "<group>"; fileEncoding = 4; };
09DDF22440A745EBA327E921 /* CDVSplashScreen.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVSplashScreen.m"; path = "cordova-plugin-splashscreen/CDVSplashScreen.m"; sourceTree = "<group>"; fileEncoding = 4; };
777A8AD624B0428F87B9852F /* CDVViewController+SplashScreen.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVViewController+SplashScreen.m"; path = "cordova-plugin-splashscreen/CDVViewController+SplashScreen.m"; sourceTree = "<group>"; fileEncoding = 4; };
B53D76432DAF44FD8B95ABD1 /* CDVSplashScreen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVSplashScreen.h"; path = "cordova-plugin-splashscreen/CDVSplashScreen.h"; sourceTree = "<group>"; fileEncoding = 4; };
30A876387C994D54AEA5B9B1 /* CDVViewController+SplashScreen.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVViewController+SplashScreen.h"; path = "cordova-plugin-splashscreen/CDVViewController+SplashScreen.h"; sourceTree = "<group>"; fileEncoding = 4; };
13440AD85F0949A5A76D919B /* CDVStatusBar.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "CDVStatusBar.m"; path = "cordova-plugin-statusbar/CDVStatusBar.m"; sourceTree = "<group>"; fileEncoding = 4; };
9039B04DF05143DC82D2641A /* CDVStatusBar.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "CDVStatusBar.h"; path = "cordova-plugin-statusbar/CDVStatusBar.h"; sourceTree = "<group>"; fileEncoding = 4; };
8D454A94151B445BB9CB1ACB /* IonicKeyboard.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "IonicKeyboard.m"; path = "ionic-plugin-keyboard/IonicKeyboard.m"; sourceTree = "<group>"; fileEncoding = 4; };
141160624FCA49B8B34A0F6D /* UIWebViewExtension.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = "UIWebViewExtension.m"; path = "ionic-plugin-keyboard/UIWebViewExtension.m"; sourceTree = "<group>"; fileEncoding = 4; };
59DC591CC190488AA3FEAD3E /* IonicKeyboard.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "IonicKeyboard.h"; path = "ionic-plugin-keyboard/IonicKeyboard.h"; sourceTree = "<group>"; fileEncoding = 4; };
3BBD622295F44DC2A4C677BF /* UIWebViewExtension.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "UIWebViewExtension.h"; path = "ionic-plugin-keyboard/UIWebViewExtension.h"; sourceTree = "<group>"; fileEncoding = 4; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -223,20 +223,20 @@
307C750510C5A3420062BCA9 /* Plugins */ = {
isa = PBXGroup;
children = (
777CE26043B64E838EDEF5EF /* CDVLogger.m */,
7E839F3D295F40A0B2BDDB76 /* CDVLogger.h */,
CCAB75660240439E93532273 /* CDVDevice.m */,
5E288C56CE4F43E3B3E37DDB /* CDVDevice.h */,
1979C3C7A48B43BAA800C145 /* CDVSplashScreen.m */,
B21863D64F574D71932586F7 /* CDVViewController+SplashScreen.m */,
374874B412424D60B31E5931 /* CDVSplashScreen.h */,
51EF96EB71CF42639874C82B /* CDVViewController+SplashScreen.h */,
A828F5521342458D99C80217 /* CDVStatusBar.m */,
7D8400F7E51D405F9F5999F4 /* CDVStatusBar.h */,
8DA30490BCA14F848B133334 /* IonicKeyboard.m */,
9799920FE1324C4494CDEA69 /* UIWebViewExtension.m */,
969667E314D34A7A85B9A0B0 /* IonicKeyboard.h */,
0DBA80971AA64D2A98D04E43 /* UIWebViewExtension.h */,
43E5C4224E234187908A8506 /* CDVLogger.m */,
EA26C31FF35F4B7DBF57FD6B /* CDVLogger.h */,
605CC1D624AD464D809DBCA7 /* CDVDevice.m */,
A86F02E489134EEDB8075E1C /* CDVDevice.h */,
09DDF22440A745EBA327E921 /* CDVSplashScreen.m */,
777A8AD624B0428F87B9852F /* CDVViewController+SplashScreen.m */,
B53D76432DAF44FD8B95ABD1 /* CDVSplashScreen.h */,
30A876387C994D54AEA5B9B1 /* CDVViewController+SplashScreen.h */,
13440AD85F0949A5A76D919B /* CDVStatusBar.m */,
9039B04DF05143DC82D2641A /* CDVStatusBar.h */,
8D454A94151B445BB9CB1ACB /* IonicKeyboard.m */,
141160624FCA49B8B34A0F6D /* UIWebViewExtension.m */,
59DC591CC190488AA3FEAD3E /* IonicKeyboard.h */,
3BBD622295F44DC2A4C677BF /* UIWebViewExtension.h */,
);
name = Plugins;
path = "HelloCordova/Plugins";
Expand Down Expand Up @@ -421,13 +421,13 @@
1D60589B0D05DD56006BFB54 /* main.m in Sources */,
1D3623260D0F684500981E51 /* AppDelegate.m in Sources */,
302D95F114D2391D003F00A1 /* MainViewController.m in Sources */,
C8E9D1E4F0BC4DE986E4330D /* CDVLogger.m in Sources */,
82C94221641240F28563C72D /* CDVDevice.m in Sources */,
730E64A530D047A08487DF1F /* CDVSplashScreen.m in Sources */,
0BE817EEA89E44EAABD8B94B /* CDVViewController+SplashScreen.m in Sources */,
BF5AAF1B0DE0434791C4F4CD /* CDVStatusBar.m in Sources */,
C2264882FB4C4FADAE8A98D2 /* IonicKeyboard.m in Sources */,
86E365F917C14DBA84EC10AB /* UIWebViewExtension.m in Sources */,
CD4065AA6C9E44B48D3CDB48 /* CDVLogger.m in Sources */,
AAE1B0416E8B46DE8DA5690B /* CDVDevice.m in Sources */,
605EF5123C3441F5A5985200 /* CDVSplashScreen.m in Sources */,
10C4C70414974585932F9E9F /* CDVViewController+SplashScreen.m in Sources */,
260A08570DB64F8FA62E06C4 /* CDVStatusBar.m in Sources */,
A53992BDF6814F7B9126A5A6 /* IonicKeyboard.m in Sources */,
AFC8E9FC6E154D81B3412043 /* UIWebViewExtension.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
Binary file modified www/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion www/templates/tab-dash.html
Expand Up @@ -4,7 +4,7 @@
<div class="item item-divider">Recent Updates</div>
<div class="item item-body">
<div>
There is a fire in <b>sector 3</b>
There is a fire in <b>sector 40</b>
</div>
</div>
</div>
Expand Down
12 changes: 9 additions & 3 deletions www/templates/tabs.html
Expand Up @@ -6,19 +6,25 @@
<ion-tabs class="tabs-icon-top tabs-color-active-positive">

<!-- Dashboard Tab -->
<ion-tab title="Status" icon-off="ion-ios-pulse" icon-on="ion-ios-pulse-strong" href="#/tab/dash">
<ion-tab title="Summary3" icon-off="ion-ios-pulse" icon-on="ion-ios-pulse-strong" href="#/tab/dash">
<ion-nav-view name="tab-dash"></ion-nav-view>
</ion-tab>

<!-- Chats Tab -->
<ion-tab title="Chats" icon-off="ion-ios-chatboxes-outline" icon-on="ion-ios-chatboxes" href="#/tab/chats">
<ion-tab title="Product" icon-off="ion-ios-chatboxes-outline" icon-on="ion-ios-chatboxes" href="#/tab/chats">
<ion-nav-view name="tab-chats"></ion-nav-view>
</ion-tab>

<!-- Chats Tab -->
<ion-tab title="recipe" icon-off="ion-ios-chatboxes-outline" icon-on="ion-ios-chatboxes" href="#/tab/chats">
<ion-nav-view name="tab-chats"></ion-nav-view>
</ion-tab>


<!-- Account Tab -->
<ion-tab title="Account" icon-off="ion-ios-gear-outline" icon-on="ion-ios-gear" href="#/tab/account">
<ion-nav-view name="tab-account"></ion-nav-view>
</ion-tab>


</ion-tabs>

0 comments on commit 134b362

Please sign in to comment.