-
I'm having the problems outlined here:
http://stackoverflow.com/questions/28788837/meteor-bootstrap-datetimepicker-throwing-errors-and-positioned-incorrectly
Also when I click submit I get the follo…
-
This package is only compatible with Meteor 1.2 - 1.3.1 starting from versions mozfet materialize version > 2.0.4 because the fourseven verison used by [mozfet materialize time-picker](https://github.…
-
Unless there is a reason, could we please update the dependency template-extension to its latest available version 4.0.0?
-
I'm using Meteor 1.2.1 with template-extension v4.0.0 in a large-ish project and I can't seem to get the `replaces(templateName)` to work.
I need to rearrange HTML in a template created by autoform …
-
I am running into problem when doing meteor build with invalid field error:
**Sample Code**
var SimpleSchema = require("node-simple-schema");
import SimpleSchema from 'simpl-schema';
SimpleSch…
-
Could upgrade to last of AutoForm?
-
I have simple block helper when using Blaze:
```
{{#if isLiked}}
{{> liked}}
{{else}}
{{> not_liked}}
{{/if}}
```
And when user calls Method to like the **post** their **id** will be add…
-
I'm getting the following error Uncaught TypeError: Cannot read property 'apply' of undefined when I added the auto bs datepicker to my form
Uncaught TypeError: Cannot read property 'apply' of undef…
-
Hi!
When calling Wizard.useRouter I'm getting Wizard undefined, despite me running it within the client/lib on startup. Additionally, I can't see it in the console either.
Here is my package list, …
-
See the templates in https://github.com/mizzao/ui-dynamic-parent-data for a description of the problem.
In the `foo` template, we'd expect `..` or `UI._parentData(1)` to grab the data context for the…