简体   繁体   中英

format date error in Ember JS: could not find property on object

Uncaught Error: Handlebars error: Could not find property 'format-date' on object (generated post controller). in ember js

This error is thrown when the handlebars template contains a custom helper that is not registered.

Example (look at the console output)

http://emberjs.jsbin.com/gosegede/1/edit

hbs

<script type="text/x-handlebars" data-template-name="index">

    {{format-date "test"}}

</script>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM