Vietnam

    Nodejs.vn

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Groups
    • Search

    Checked for checkbox of modal

    AngularJS
    0
    1
    497
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • N
      Nothing last edited by

      Mình có 1 modal và khi mình load modal mình muốn checkbox được checked sẵn. Bình thường nếu mở ra 1 form mới thì code này của mình chạy bình thường nhưng khi dùng cho modal thì nó lại bị die. Mong mọi người giúp đỡ.
      <input class="form-control" type="checkbox" ng-init="systemConfig.allowClientEdit = true" name="allowClientEdit" ng-model="systemConfig.allowClientEdit">

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      $(document).ready(function () { app.coldLoad(); }); }