george tsubota

自分に自信を持て!ー>オレ

2014-05-22から1日間の記事一覧

ng-switch内のng-modelの値はhg-switchの外にあるng-controllerでは取得できません。

<div ng-controller="ctrl"> <select name="selectedQuestion" ng-model="question_selected" ng-options="item.name for item in select_items"></select> <hr/> <div ng-switch on="question_selected.key"> <div ng-switch-when="single"> <p><input type="text" ng-model="text_title" placeholder="タイトルを入力してください。"/><…</p></div></div></hr/></div>