maritz Jan Lehnardt <jan@apache.org> před 16 roky
rodič
revize
0eeab10b64
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      README.md

+ 1
- 1
README.md Zobrazit soubor

@@ -74,7 +74,7 @@ mustache.js supports a quite powerful but yet simple view partial mechanism. Use
}
};

var template = "Welcome, {{name}}! {{<winnings}}"
var template = "Welcome, {{name}}! {{>winnings}}"
var partials = {winnings: "You just won ${{value}} (which is ${{taxed_value}} after tax)"};
var output = Mustache.to_html(template, view, partials)


Načítá se…
Zrušit
Uložit