Skip to content

abeven/phonegap-angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phonegap-angular

Barebones JS & CSS template to create Phonegap applications using AngularJS.

Includes some useful directives and services, and a 3-row layout stylesheet supporting a few common view types:

Header and content:

<header>
	<h1>My awesome app</h1>
</header>
<div>
	<!-- content goes here -->
</div>

Header and iScroll-able content:

<header>
	<h1>My awesome app</h1>
</header>
<div pgng-scroll>
	<!-- content goes here -->
</div>

Header and tabs:

<header>
	<h1>My awesome app</h1>
</header>
<dl pgng-tabs>
	<dd data-tab="list">List</dd>
	<dd data-tab="map">Map</dd>
</dd>
<ul>
	<li data-tab="list">List tab content</dd>
	<li data-tab="map">Map tab content</dd>
</ul>

Services: SpinnerService - show/hide a spinner overlay.

Directives: Tabs - Scroller-aware tabs with content filling all available screen space.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published