Skip to content

Commit cf702d9

Browse files
committed
v3.0.0
2 parents a0f4fd6 + 2ec1448 commit cf702d9

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.git
2+
.gitignore
3+
bower.json
4+
CHANGELOG.md
5+
package.json
6+
README.md
7+
screenshot.png

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
### v3.0.0
23
##### Added / Updated
34
- Customized text on helper elements
@@ -14,6 +15,8 @@
1415
- input-model is now static (not dynamically updated), hence why we need output-model. On the plus side, you now can re-use the input model where necessary.
1516
- default-label is deprecated. Custom text and translations can be done using the translation attribute.
1617

18+
=======
19+
>>>>>>> 2ec1448096771715822b3329e9ef566d598a8f5d
1720
### v2.0.2
1821
##### Added / Updated
1922
- Bring back CSS into bower.json.

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"version" : "v3.0.0",
44
"main" : [
55
"isteven-multi-select.js",
6-
"isteven-multi-select.css",
6+
"isteven-multi-select.css"
77
],
88
"ignore" : [
99
".git",
1010
".gitignore",
1111
"bower.json",
12+
"CHANGELOG.md",
13+
"package.json",
1214
"README.md",
1315
"screenshot.png",
1416
"/doc"

isteven-multi-select.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ angular.module( 'isteven-multi-select', ['ng'] ).directive( 'istevenMultiSelect'
6161
groupProperty : '@',
6262
searchProperty : '@', // 3.0.0 - OK
6363
maxHeight : '@',
64-
lazyLoading : '@', // 3.0.0
6564

6665
// callbacks
6766
onClear : '&', // 3.0.0 - OK

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "isteven-angular-multiselect",
3+
"version": "v2.0.2",
4+
"description": "A multi select dropdown directive for AngularJS",
5+
"main": [
6+
"angular-multi-select.js",
7+
"angular-multi-select.css"
8+
],
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/isteven/angular-multi-select.git"
12+
},
13+
"keywords": [
14+
"angular"
15+
],
16+
"author": "Ignatius Steven <isteven.github@gmail.com> (https://github.com/isteven)",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/isteven/angular-multi-select/issues"
20+
},
21+
"homepage": "https://github.com/isteven/angular-multi-select"
22+
}

0 commit comments

Comments
 (0)