Przeglądaj źródła

Remove FAQ section about missing Dot Notation support.

tags/0.5.1-vsc
Sahab Yazdani 14 lat temu
rodzic
commit
d4585a14f8
1 zmienionych plików z 0 dodań i 9 usunięć
  1. +0
    -9
      README.md

+ 0
- 9
README.md Wyświetl plik

@@ -267,15 +267,6 @@ to the compiled Javascript function using the following code block:
var template = Mustache.compile('<b>{{>foo}}{{#bar}} had a bar.{{/bar}}</b>', { foo: 'Snow White' }); var template = Mustache.compile('<b>{{>foo}}{{#bar}} had a bar.{{/bar}}</b>', { foo: 'Snow White' });
var html = template({bar:true}); var html = template({bar:true});
## F.A.Q.

### Why doesn’t Mustache allow dot notation like `{{variable.member}}`?

The reason is given in the [mustache.rb
bugtracker](http://github.com/defunkt/mustache/issues/issue/6).

Mustache implementations strive to be template-compatible.

## Command Line ## Command Line


See `mustache(1)` man page or See `mustache(1)` man page or


Ładowanie…
Anuluj
Zapisz