ember.js - Commenting out Ember.Select breaks the page, gives an error -



ember.js - Commenting out Ember.Select breaks the page, gives an error -

when remove code template of ember-cli project

{{view ember.select class="form-control" viewname="list" content=availablelist optionvaluepath="content.value" optionlabelpath="content.label" value=selectedlist prompt="select list item" }}

i next error in browser console, , breaks everything.

typeerror: this.$(...)[0] undefined   var selectedindex = this.$()[0].selectedindex,

any thought why happening, couldn't find linking too. help much appreciated. thanks!

this such silly mistake. commenting of handlebar code done

{{!-- --}}

i doing <!-- --> , error.

ember.js

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -