-
-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ | |
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>checklist-model</id> | ||
<version>0.10.0</version> | ||
<version>0.11.0</version> | ||
<title>AngularJS directive for list of checkboxes</title> | ||
<authors>https://github.com/vitalets</authors> | ||
<owners>Vitaliy Potapov ([email protected])</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description> | ||
In Angular one checkbox is linked with one model. But in practice | ||
we usually want one model to store array of checked values from | ||
In Angular one checkbox is linked with one model. But in practice | ||
we usually want one model to store array of checked values from | ||
several checkboxes. Checklist-model solves that task without | ||
additional code in controller. | ||
additional code in controller. | ||
</description> | ||
<licenseUrl>https://raw.githubusercontent.com/vitalets/checklist-model/master/LICENSE.txt</licenseUrl> | ||
<tags>angularjs checklist model angular-checklist-model checklist-model checklistmodel</tags> | ||
|
@@ -22,4 +22,4 @@ | |
<files> | ||
<file src="checklist-model.js" target="content\Scripts\checklist-model.js" /> | ||
</files> | ||
</package> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters