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
- Host: GitHub
- URL: https://github.com/tushar-borole/angular-model-list
- Owner: tushar-borole
- Created: 2015-03-05T07:22:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-09T13:59:42.000Z (over 10 years ago)
- Last Synced: 2025-03-24T22:08:02.439Z (3 months ago)
- Language: HTML
- Size: 137 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
``````