meteor-jade icon indicating copy to clipboard operation
meteor-jade copied to clipboard

The Jade template engine for Meteor/Blaze

Results 46 meteor-jade issues
Sort by recently updated
recently updated
newest added

Is there any way to pass data to the `JadeCompiler.compile()` function - let's say like a json object. I can do it in pug, but not here ?

``` {{#autoForm collection="Posts" type="insert"}} {{> afQuickField name="title"}} {{> afQuickField name="picture"}} Insert {{/autoForm}} ``` Inserting those codes directly in Jade only gives me App Crash error What should I do?

Hello and thank you for your work, I am a newbie and I would like to ask you please how to pass a number from the template to the js...

I just noticed, that having the first line of a file indented, causes meteor to crash (so that it has to be restarted). I get the following error: => Client...

I am not sure whether: - this project is still alive or not, and - if the package works as I suppose it does, i.e., by first generating a spacebar...

hullo thank you for your great effort in building this meteor jade... i was inquiring if it can support the checkboxes because i having difficult time to render them... i...

It's not possible to call a helper as a parameter to another template. None of these tentatives work: ``` +myTemplate arg={{_ "Test"}} +myTemplate arg=#{_ "Test"} +myTemplate arg=myFn('Test') +myTemplate arg="{{_ "Test"}}"...

enhancement

Hi, I've got a strange behaviour with `textarea`, see: ``` jade textarea.ctr.text(class=UIClass $dyn=UIDynamic) ``` got console outout ``` While building the application: :506:18: Cannot read property 'length' of undefined (compiling...

bug

In blaze: ` {{#sortable items=products animation="100" handle=".sortable-handle" ghostClass="sortable-ghost" sortField="order"}} {{> productSettingsRow}} {{/sortable}} ` how it get in jade?

Using meteor-jade with angular-meteor will give me an `Uncaught ReferenceError: Template is not defined`, obviously because Blaze is not included in my app. Am I missing anything or would I...