Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Tagging support (continues #260) #327

Merged
merged 43 commits into from
Nov 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
b97ace1
Replaces hash for 'javascript:;' in href
juanpasolano Sep 18, 2014
64b6509
Fixed issues with asynchronous data sources (for example $resource)
tvervest Oct 5, 2014
fe941d8
re-applied changes from angular-ui/ui-select#63
tvervest Oct 6, 2014
ba547ac
Merge branch 'async-resource-fix'
tvervest Oct 6, 2014
17a2e6e
Fixed small bug where pressing enter would not save the tag
tvervest Oct 6, 2014
afe56df
Merge branch 'tagging-support'
tvervest Oct 6, 2014
2c7d3fe
Merge commit 'a67131e2d8b77f4d3e825e382819d8708e9055de'
tvervest Oct 7, 2014
9ccfcc9
added initialisation value for tagging
tvervest Oct 7, 2014
a692a48
Fix case where undefined custom objects return isActive === true
Oct 8, 2014
03c4827
Fix case where undefined custom objects return isActive === true
Oct 8, 2014
0d2399e
Rollback whitespace changes
Oct 8, 2014
d24f9bf
Merge branch 'master' of github.com:angular-ui/ui-select
Oct 17, 2014
2eaf5aa
Merge branch 'master' into tagging-support
Oct 17, 2014
8fa93b7
Rebuild source files post merge
Oct 17, 2014
7be4c73
Re-introduce check to prevent unintentional "all active" return for n…
Oct 17, 2014
9d89d47
Add auto-tokenization functionality and associated demo.
Oct 17, 2014
516857c
Compiled assets
Oct 17, 2014
9d0abc4
Move changes to appropriate files and make build pass
Oct 17, 2014
2580e08
Cleaning up logging, unused code
Oct 17, 2014
ec93414
Code cleanup to pass jshint
Oct 20, 2014
b61bf9c
Recompile CSS
Oct 20, 2014
eeea710
Fix over-selection in dropdown
Oct 20, 2014
e6a04b4
Finish up demos, make tests pass, introduce distinction between taggi…
Oct 21, 2014
6793747
Finalizes over-selection problem for `taggingLabel === false` being h…
Oct 21, 2014
9c8d13f
Clarify some things in the demo
Oct 22, 2014
9a1db97
Cleanup
Oct 27, 2014
1590532
Removing dist files per @dimirc request
Oct 27, 2014
ed88969
Move ctrl.open check to top
Oct 27, 2014
c6dcd05
General cleanup, including some bad logic
Nov 3, 2014
c306275
Ensure a default setting for taggingTokens.isActivated is explicitly …
Nov 7, 2014
3991091
Merge branch 'master' of github.com:angular-ui/ui-select
Nov 14, 2014
6be81d5
Catch up with upstream `master`
Nov 14, 2014
45f4f52
Merge branch 'master' of github.com:angular-ui/ui-select
Nov 14, 2014
52a1a78
Upstream merge again...? Not sure why
Nov 14, 2014
46b40d9
Fix wrong test spec assertion and missing $filter injectable
Nov 14, 2014
3321c50
Add missing `dist` files to ensure tests pass
Nov 14, 2014
e257625
Revert "Add missing `dist` files to ensure tests pass"
Nov 14, 2014
a2f0b28
explicittly set tagging default on controller
Nov 14, 2014
7ee06b3
cleanup
Nov 21, 2014
f29d57f
Merge branch 'master' of github.com:angular-ui/ui-select
Nov 21, 2014
1915b1c
Rebase again
Nov 21, 2014
e417d20
Restore ctrl.$filter since it's best pinned to ctrl, fix issue with c…
Nov 25, 2014
5d8fb7e
Fix incorrect initial -1 activeIndex when `taggingLabel !== false`
Nov 25, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
167 changes: 0 additions & 167 deletions dist/select.css

This file was deleted.

Loading