Usage
node_modules
Install cordova into npm install cordova
<div> | |
<h3>angular-dashboard-framework</h3> | |
<p>Dashboard framework with Angular.js and Twitter Bootstrap.</p> | |
</div> |
// Runs tasks periodically. Is able to freeze when page is not active. | |
// Requires visibility.js: https://github.com/ai/visibilityjs | |
angular.module('someting', []) | |
.run(['$rootScope', function($rootScope) { | |
// wrapping visibility API into $rootScope. | |
// page becomes hidden when user switched tabs or minimized the window |
// This systemd runs iptables-restore on boot: | |
[Unit] | |
Description=Packet Filtering Framework | |
DefaultDependencies=no | |
After=systemd-sysctl.service | |
Before=sysinit.target | |
[Service] | |
Type=oneshot | |
ExecStart=/usr/sbin/iptables-restore /opt/docker/scripts/iptables/iptables.rules |
node_modules
npm install cordova
icons_and_splash.js
Hi | |
I hope this helps you all get started with phonegap and sqlite in your | |
application | |
Dean-O | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" | |
"http://www.w3.org/TR/html4/strict.dtd"> | |
<html> | |
<head> |