meteoric

TypeError: Cannot read property 'slice' of null

假装没事ソ 提交于 2019-12-13 01:17:21
问题 I am using autoform in my project and getting this error when I open the form Not sure if this is because of any versions or dependency, my autoform is not working and I am getting this error, I have the screenshot and the schema code, form code below, template <template name="assesmentNew"> {{#ionModal customTemplate=true}} {{# autoForm collection="Assesments" id="assesments-new-form" type="insert"}} <div class="bar bar-header bar-stable"> <button data-dismiss="modal" type="button" class=

Trouble implementing Meteoric (Meteor-Ionic) package — Ionic styling not showing up

蹲街弑〆低调 提交于 2019-12-11 03:52:43
问题 I want to create a Meteor app that implements the Meteoric package, enabling me to use Ionic UI features. Going off of this: https://github.com/meteoric/meteor-ionic/blob/master/GUIDE.md I'm trying to simply get it to use Ionic styling but it doesn't work. It Meteoric does render the HTML correctly, though. router.js Router.configure({ layoutTemplate: 'layout' }); Router.route('/', { name: 'timeLists' }); layout.html <template name="layout"> {{#ionBody}} {{> ionNavBar}} {{#ionNavView}} {{>