GithubHelp home page GithubHelp logo

pkdevbox / angular-inlineedit Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pagmovel/angular-inlineedit

0.0 2.0 0.0 107 KB

InlineEdit directive for AngularJS

License: MIT License

CoffeeScript 100.00%

angular-inlineedit's Introduction

Angular-InlineEdit

InlineEdit directive for AngularJS. Adds the ability to wrap any input field with a read-only label view.

To Build: InlineEdit is written in CoffeeScript and will need to be compiled to Javascript before importing into your project.

You can do this using the include Cakefile. by running the command:

	`cake build`

Example:

# Add 'InlineEdit' as a dependency for your app
myapp = angular.module("Myapp", ["InlineEdit"])

<!-- Bind the display value to the same field as the input field -->
<input ng:model="person.name" cb:inline/>

<-- Display a different value to the ng:model binding --> 
<select ng:model="person.countryId" 
        ng:options="country.Id as country.Name for country in countries"
		cb:inline="countryName( person.countryId)"
/>

A fully working example project can be found here:

http://plnkr.co/edit/A3bwnydFqfAmEu8bc4F3

angular-inlineedit's People

Contributors

jimmydivvy avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.