angularjs-ng-disable

    0熱度

    1回答

    當下拉列表中未選擇任何內容時,該按鈕應該被取消。我怎樣才能做到這一點? <select size='1' id="action" ng-model="ak.action"> <option value='1'>RED</option> <option value='2'>BLUE</option> </select> <div> <but

    0熱度

    1回答

    我在Chrome版本57中出現紅色多士爐錯誤。如果我同時使用ng-model和ng-disable。 我有標籤象下面這樣: <input type="checkbox" ng-value="true" ng-model="classification" ng-disabled="classification === true"> 默認分類是假的。當用戶檢查checbox時,分類變爲true,同

    1熱度

    2回答

    我需要禁用MD-選擇,但我couln't發現它的角文檔。 這是我的代碼: <md-select ng-model="idSelectedMonth" placeholder="Month"> <md-option ng-repeat="month in months" ng-value="month.number"> {{month.number}} </md-op

    -1熱度

    2回答

    我有一個按鈕: <button ng-disabled="ctrl.myService.getData().someProperty ? '' : 'disabled'"> Click me! </button> 當應用程序加載someProperty上ctrl.myService.getData()不存在。所以該按鈕被禁用。 但幾秒鐘後someProperty設置爲ctrl.my

    0熱度

    1回答

    我曾嘗試slideForm.$invalid,但它不工作。你能建議最好的方法嗎? <form name="slideForm"> <div class="aboutFile"> <input type="file" name="file" fileread="vm.file" class="form-control" ng-model="vm.file">

    3熱度

    1回答

    我正在使用AngularJS應用程序。我正在嘗試創建一個允許用戶選擇三個單選按鈕之一的頁面。三者中的兩個也在其下面具有複選框,以允許用戶如果選擇了適當的單選按鈕則選擇附加選項。爲了防止不正確的複選框選擇,我試圖在複選框上設置ng-disabled屬性。到目前爲止,這不起作用,我嘗試了幾次不同的迭代。 這是我的HTML: <div class="panel-body"> <input t

    0熱度

    1回答

    我有一個問題與NG-禁用它正常工作與Chrome和Firefox,但與問題IE 11 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0">

    0熱度

    2回答

    以下是ng-click的代碼,我只想點擊一次事件,然後禁用按鈕。但是,如何將ng-disabled僅用於按鈕標籤(不使用輸入標籤)? 對於初學者來說,angularjs的建議是非常值得讚賞的。 <html> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"> </script>

    -2熱度

    1回答

    注意:我對AngularJS知之甚少。 我有一個非常基本的腳本,它使用AngularJS。這是一個簡單的登錄表單,我想使其成爲dynamic.It是一個模板文件,我爲了在我的安全令牌服務(Identity Server 3 by leastprivilege)中實現登錄頁面而進行了複製粘貼。 所以,這是它的樣子: <div class="page-header"> <img class=

    0熱度

    1回答

    我試圖設置我的應用程序的輸入文本框禁用,直到從右側單擊用戶名。我已經嘗試在輸入框中使用ng-disabled,但在單擊鏈接之前無法將其設置爲禁用。 我想在用戶列表中的用戶名需要有一個模型設置爲檢查狀態,但似乎並沒有工作過。 用戶列表中的指令 chatApp.directive("usersList", function(){ return { restrict: "E", s