Skip to content

Commit

Permalink
v1: Support for directive restriction "C"
Browse files Browse the repository at this point in the history
  • Loading branch information
indrimuska committed Feb 12, 2016
1 parent 41f316c commit 84af04b
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-selector",
"version": "0.7.2",
"version": "1.0.0",
"authors": [
"Indri Muska <indrimuska@gmail.com>"
],
Expand Down
1 change: 1 addition & 0 deletions dist/angular-selector.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
[selector],
.selector { display: none; }
.selector-container { display: block; position: relative; }
.selector-container,
.selector-container input { font-size: 1em; line-height: normal; color: #495c68; text-shadow: 0px 1px 0px rgba(255, 255, 255, .5); }
.selector-input { display: block; margin: 0; position: relative; width: 100%; padding: .8em 2.6em .7em .7em; overflow: hidden; cursor: pointer; border: 1px solid #bbb;
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8); box-shadow: 0 1px 0 rgba(0, 0, 0, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Selector directive
function Selector(filter, timeout, window, http, q) {
this.restrict = 'EA';
this.restrict = 'EAC';
this.replace = true;
this.transclude = true;
this.scope = {
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-selector.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 84af04b

Please sign in to comment.