FastGap/generator-fastgap

View on GitHub
app/templates/src/controllers/AppController.js

Summary

Maintainability
A
0 mins
Test Coverage
/*!
 * FastGap v0.0.49 (http://fastgap.mobi/)
 * Author: Gustavo Costa
 * Maintainers: https://github.com/orgs/FastGap/members
 * Copyright (c) 2014
 * Licensed under MIT
 */

var AppController = function () {};

AppController.prototype = {
    initialize: function () {

        //YOUR "GLOBAL CODE" HERE.


    },
    destroy: function () {
        PageLoad.ajxHandle = null;
    }
};