Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9175285
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T16:53:16+00:00 2026-06-17T16:53:16+00:00

I found an excellent fiddle showing an inline edit directive in AngularJS 0.10. Unfortunately,

  • 0

I found an excellent fiddle showing an inline edit directive in AngularJS 0.10. Unfortunately, the code doesn’t work in the post-1.0 releases. Does anyone have an example of similar functionality in a recent Angular release?

I managed to make some progress by changing model: 'accessor' to model: '&', but when I press enter, the text value is unchanged. The AngularJS documentation about the scope parameter of a directive definition object is completely impenetrable to me.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T16:53:17+00:00Added an answer on June 17, 2026 at 4:53 pm

    If you want a simple bi-directional binding use model: '=' instead of model: '&'

    Directive:

    app.directive('inlineEdit', function() {
        return {
            restrict: 'E',           
            templateUrl: 'componentTpl.html',
            scope: {
                model: '=' 
            }
        };
    });
    

    Template:

    <script type="text/ng-template" id="componentTpl.html">  
        <span ng-hide="editMode" ng-click="editMode=true;value=model">{{model}}</span>
        <input type="text" ng-model="value" ng-show="editMode" ng-model-instant ng-enter="editMode=false" ng-change="model=value"/>
    </script>
    

    jsFiddler: http://jsfiddle.net/XuhzP/147/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have found that firefox has excellent support for showing unicode text correctly. But
I have been using this excellent decorator for memoization, which I found on the
My registering here is a strong testimony to the excellent answers I've found here
found this little code snippet that seems to do what i want, but im
I found this excellent plugin for ajax pop up for MVC called SimleModal, but
I've just finished going through the MvcMusicStore tutorial found here . It's an excellent
From this excellent UTF-8 all the way through question, I read about this: Unfortunately,
MongoDB's excellent PHP driver allows me to write to write PHP code that looks
I found an excellent tutorial on how to create site columns and content types
I'm new to SublimeText2. So far I have found it excellent, but I just

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.