zachfitz / Ionic-Material

Material Design style and animations for Ionic
http://ionicmaterial.com
Other
2.9k stars 904 forks source link

demo is using a different version #168

Open mixersoft opened 8 years ago

mixersoft commented 8 years ago

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
    }
stewiek commented 8 years ago

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

mixersoft commented 8 years ago

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