Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active June 9, 2017 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/defa944a5b8dfde536074ea77ab92a63 to your computer and use it in GitHub Desktop.
Save matthieu-D/defa944a5b8dfde536074ea77ab92a63 to your computer and use it in GitHub Desktop.
import { ModalController } from 'ionic-angular';
import { TasksCreatePage } from '../tasks-create/tasks-create';
.
.
.
export class TasksPage {
public items: any;
public refresher: any;
private taskTable: string = 'ionic-mobile-hub-tasks';
constructor(public navCtrl: NavController,
public modalCtrl: ModalController,
public user: User,
public db: DynamoDB) {
this.refreshTasks();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment