Skip to content
This repository has been archived by the owner on Jan 7, 2020. It is now read-only.

not working in ng-repeat #50

Open
akashdeepshah opened this issue Feb 23, 2016 · 0 comments
Open

not working in ng-repeat #50

akashdeepshah opened this issue Feb 23, 2016 · 0 comments

Comments

@akashdeepshah
Copy link

I have used like the code below and it's not working.

 <div class="list card listinfo" ng-repeat="(key,dtls)  in ddetails.details">
  <h2 contenteditable="true" ng-model="dtls.title"></h2>
   <p contenteditable="true"  ng-model="dtls.subtitle"></p>
  </div>

I have also tried like this


   <div class="list card listinfo" ng-repeat="(key,dtls)  in ddetails.details">
      <h2 contenteditable="true" ng-model="ddetails.details[key].title"></h2>
       <p contenteditable="true"  ng-model="ddetails.details[key].subtitle"></p>
  </div>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant