Skip to content

Instantly share code, notes, and snippets.

@troscoe
Forked from FokkeZB/app.js
Last active December 16, 2015 10:48
Show Gist options
  • Save troscoe/5422385 to your computer and use it in GitHub Desktop.
Save troscoe/5422385 to your computer and use it in GitHub Desktop.
/* /Resources/app.js - Generated by Alloy, here to understand the flow */
var Alloy = require("alloy"), _ = Alloy._, Backbone = Alloy.Backbone;
Alloy.createController("index");
//initialize
$.home.open();
/* /app/controllers/index.js */
Alloy.createController(Ti.App.Properties.getBool('isLoggedIn', false) ? 'home' : 'login');
<!-- /app/views/index.xml -->
<Alloy />
//initialize
$.login.open();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment