example of how to render data in nested ng-repeat(s) get the selected items from the nested list in real-time through a change event or looping through the data in the end
A Pen by aaron k saunders on CodePen.
example of how to render data in nested ng-repeat(s) get the selected items from the nested list in real-time through a change event or looping through the data in the end
A Pen by aaron k saunders on CodePen.
An Ion (reusable Ionic widget) for adding tinder-style swipe cards to your app.
Forked from Ionic's Pen Ionic Ion: Tinder Cards.
Forked from Ionic's Pen Ionic Ion: Tinder Cards.
A Pen by aaron k saunders on CodePen.
// | |
// you need the actionsheet plugin, image picker plugin and the camera plugin for this code to work | |
// | |
/** | |
* displays an action sheet for the user to select a photo from | |
* the gallery or using the camera | |
* | |
* @param _event {Object} information from the webview on the event | |
* |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Hello React!</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/react.js"></script> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.0/JSXTransformer.js"></script> | |
</head> | |
<body> |
/** | |
* Sample React Native Modal Dialog Example App | |
* | |
* @see - https://github.com/facebook/react-native | |
* @see - https://github.com/Kureev/react-native-navbar | |
*/ | |
'use strict'; | |
var React = require('react-native'); | |
var { |
/** | |
* Sample React Native App | |
* https://github.com/facebook/react-native | |
* | |
* @see https://github.com/gcanti/tcomb-form-native | |
*/ | |
var React = require('react-native'); | |
var t = require('tcomb-form-native'); |
// | |
// Copyright Aaron K. Saunders and other contributors. 2015 | |
// | |
// Primarily based on work by Stephen Feather - https://gist.github.com/sfeather/4400387 | |
// with additions listed below | |
// - added promise functionality (https://github.com/kriskowal/q), and removing callbacks | |
// - added url query param support to allow for more interesting queries | |
// - added promises.notify to support in progress information from http request | |
// - added init function to extract credentials from the library | |
// - fare number of the user functions are not correct |
TutorSession
+-- Tutor
+-- Student
+-- Place
+-- TimeSlot
Tutor - Parse User Object
Student - Parse User Object
Place - Parse Custom Object
event.js
file to the app/models
directoryIt is a PITA working with Appecelerator Alloy Models and Collection because you need to create these template files for everything, even of you are not using them. This is a "HACK" that I came up with after a few hours that appears to address the issue.
I am certain that there might be a cleaner way, which would require deeper understand of the underpinnings of Alloy, maybe someone can make a suggestion, maybe it will come to me later.
###Notes This code is using a ACS Sync Adapter customize for cloud services with promises integration
https://github.com/aaronksaunders/Appcelerator-Cloud-Services-Sync-Adapter