An open API service indexing awesome lists of open source software.

https://github.com/tushar-borole/angular-model-list

List of model to be changed
https://github.com/tushar-borole/angular-model-list

Last synced: 2 months ago
JSON representation

List of model to be changed

Awesome Lists containing this project

README

        

angular-model-list is a directive for [AngularJS](http://angularjs.org/) to change a model mention in model list.

Demos
-----

Check out the running demos http://htmlpreview.github.io/?https://raw.githubusercontent.com/tushariscoolster/angular-model-list/master/demo/index.html.

angular-model-list

Getting Started
---------------

* Download angular-model-list from https://github.com/tushariscoolster/angular-model-complete or install it with:
* [Bower](http://bower.io/) via `bower install angular-model-list`
* Include the script tag on your page after the AngularJS

* Ensure that your application module specifies `angular-model-list` as a dependency:

angular.module('myApplication', ['angular-model-list']);

* Use the directive by specifying an `model-list` attribute on an element.

``````