Ionic-Material icon indicating copy to clipboard operation
Ionic-Material copied to clipboard

demo is using a different version

Open mixersoft opened this issue 8 years ago • 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
    }

mixersoft avatar Dec 07 '15 07:12 mixersoft

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

stewiek avatar Dec 15 '15 21:12 stewiek

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

mixersoft avatar Jan 05 '16 11:01 mixersoft