Giter Club home page Giter Club logo

durandaljs-jquery-mobile-sample's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

durandaljs-jquery-mobile-sample's Issues

durandal/js/binder.js missing

This was exactly what I was looking for, thanks!

I had the issue with binder.js not included. I copied that from durandal, but then the binder.bindingComplete function is main could not find binder, so I just commented those lines and it the app loaded ok.

Newbie to durandal.

You can move call to triggerCreate() into the Binder

Hello,
first, thanks for the project!

You - or others who read this - can improve the demo by moving the call to triggerCreate() into the Durandal Binder.

In main.js:

define(['durandal/system', 'durandal/app', 'durandal/viewLocator', 'durandal/binder', 'utils/routines'], function (system, app, viewLocator, binder, routines) {
    //>>excludeStart("build", true);
    system.debug(true);
    //>>excludeEnd("build");

    // Load jQuery Mobile.
    require(['jqm'], function(jqm) {
        console.log("jQuery Mobile loaded...");
    });

    binder.bindingComplete = function (data, view, instruction) {
        console.log("---------- bindingComplete --------");
        if (data.__moduleId__ !== "viewmodels/shell")
            routines.triggerCreate(view);
    };
    ...

You can remove all calls to triggerCreate() from the ViewModels. (And it gets called for the modal dialog as well which did not work before.)

Regards,

Peter

Bug main.js

Hi, in your demo i think the 'binder' and 'routines' arguments are missing from the funciton
in line 25.

It's throwing an error: binder is not defined.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.