国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

angular.js - angularJs
為情所困
為情所困 2017-05-15 16:59:19
0
1
623

How to make placeholder=" " equal to different values ??according to two different conditions in angularJs.
<input type="text" name="keyWords" id="keyWords" placeholder="Keyword 1/Keyword 2" class="search-style">

為情所困
為情所困

reply all(1)
世界只因有你
<input type="text" name="keyWords" id="keyWords" placeholder="{{myPlaceholder}}" class="search-style">

Inside Controller

$scope.myPlaceholder = '關鍵詞';
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template