master
Román Jiménez 6 years ago committed by GitHub
parent 5cc2b785d1
commit a6fc752871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ Lodash template loader for [webpack](http://webpack.github.io/). Uses `_.templat
``` javascript
var template = require("tpl!./file.html");
// => returns the template function compiled with undesrcore (lodash) templating engine.
// => returns the template function compiled with underscore (lodash) templating engine.
// And then use it somewhere in your code
template(data) // Pass object with data

Loading…
Cancel
Save