zachfitz/Ionic-Material

demo is using a different version

Opened this issue · 2 comments

where can I get the code that you are using in the online demo at http://ionicmaterial.com/demo/demo/www/index.html#/app/profil - it is not the same as the code in the github repo.

var ionic = ionic || {};
ionic.material = ionic.material || {}, ionic.material.motion = function() {
    "use strict";
    function e() {
        return window.innerHeight
    }

it looks pretty much the same to me.
what's missing?

the repo version requires you to include the module, 'ionic-material', and the demo version just adds ionic.material to the namespace.