Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScript-Resource
/
angular-strap
Public
forked from
mgcrea/angular-strap
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
angular-strap
src
dropdown
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 6, 2016
feat(callbacks): add function callbacks for events via attributes on directives
Show description for ce50472
Dale Alexander Webb
authored and
mgcrea
committed
ce50472
View commit details
Copy full SHA for ce50472
View code at this point
Browse repository at this point
Commits on Feb 22, 2016
chore(dropdown): remove classList from dropdown to make compatible with IE9
cudasteve
authored and
mgcrea
committed
7c9f1b5
View commit details
Copy full SHA for 7c9f1b5
View code at this point
Browse repository at this point
chore(eslint): switch eslint config
mgcrea
committed
58aa83b
View commit details
Copy full SHA for 58aa83b
View code at this point
Browse repository at this point
Commits on Jan 21, 2016
feat(dropdown): added contextmenu trigger for dropdown and tooltip
lightswitch05
authored and
mgcrea
committed
56b9c41
View commit details
Copy full SHA for 56b9c41
View code at this point
Browse repository at this point
Commits on Jan 16, 2016
chore(eslint): big code cleanup to conform to .eslintrc
mgcrea
committed
f3c6083
View commit details
Copy full SHA for f3c6083
View code at this point
Browse repository at this point
chore(eslint): drop jshint, auto-fix code issues with eslint
mgcrea
committed
4562dba
View commit details
Copy full SHA for 4562dba
View code at this point
Browse repository at this point
Commits on Jan 15, 2016
fix(dropdown) prevent null pointer exception w/o inline template
Philip von Bargen
committed
bc8d80a
View commit details
Copy full SHA for bc8d80a
View code at this point
Browse repository at this point
Commits on Nov 14, 2015
feat(dropdown): allow $tooltip config of autoClose
lookfirst
authored and
mgcrea
committed
d2afe92
View commit details
Copy full SHA for d2afe92
View code at this point
Browse repository at this point
Commits on Nov 11, 2015
test(dropdown): test being embedded in a modal
mgcrea
committed
f91f4da
View commit details
Copy full SHA for f91f4da
View code at this point
Browse repository at this point
fix(dropdown): options are null if dropdown with inline sibling template is rendered again after it was previously destroyed
Show description for c8d06e4
eugef
authored and
mgcrea
committed
c8d06e4
View commit details
Copy full SHA for c8d06e4
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
feat(dropdown): add active state to the dropdown items
eugef
authored and
mgcrea
committed
fac071e
View commit details
Copy full SHA for fac071e
View code at this point
Browse repository at this point
Commits on Oct 29, 2015
feat(dropdown): allow inline siblings templates
mgcrea
committed
89f9608
View commit details
Copy full SHA for 89f9608
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
test(dropdown): add a test for empty dropdown
Guillaume Seguin
authored and
mgcrea
committed
4e38b56
View commit details
Copy full SHA for 4e38b56
View code at this point
Browse repository at this point
fix(dropdown): don't show dropdown element if it's empty
Guillaume Seguin
authored and
mgcrea
committed
3b75090
View commit details
Copy full SHA for 3b75090
View code at this point
Browse repository at this point
docs(tooltip, dropdown): better templateUrl docs (fixes #1911)
mgcrea
committed
8d00632
View commit details
Copy full SHA for 8d00632
View code at this point
Browse repository at this point
Commits on Sep 14, 2015
fix(tests): working test with angular@1.4.5
mgcrea
committed
1784bf5
View commit details
Copy full SHA for 1784bf5
View code at this point
Browse repository at this point
Commits on Sep 9, 2015
fix(tests): support angular v1.4.5
mgcrea
committed
9d6833d
View commit details
Copy full SHA for 9d6833d
View code at this point
Browse repository at this point
Commits on Jul 12, 2015
feat(tooltip and derivatives): refactor with $bsCompiler to add support for `controller`, `controllerAs`, `template`, `templateUrl` options
mgcrea
committed
623bfe0
View commit details
Copy full SHA for 623bfe0
View code at this point
Browse repository at this point
Commits on May 20, 2015
fix(angular): add additional angular 1.4 checks
mgcrea
committed
e53baf8
View commit details
Copy full SHA for e53baf8
View code at this point
Browse repository at this point
Commits on Mar 31, 2015
fix(boolean options): make falsy boolean options work
Show description for a034a59
dankahle
committed
a034a59
View commit details
Copy full SHA for a034a59
View code at this point
Browse repository at this point
Commits on Feb 23, 2015
docs(dropdown): add aria attributes
kkirsche
authored and
mgcrea
committed
efb2f78
View commit details
Copy full SHA for efb2f78
View code at this point
Browse repository at this point
Commits on Feb 10, 2015
test(dropdown): update test regarding dropdown prefixEvent
mgcrea
committed
933e7e7
View commit details
Copy full SHA for 933e7e7
View code at this point
Browse repository at this point
fix(dropdown): add prefixEvent
mgcrea
committed
8d6d842
View commit details
Copy full SHA for 8d6d842
View code at this point
Browse repository at this point
Commits on Jan 8, 2015
feat(dropdown): add $id property to $dropdown service instance
Show description for 04cb14f
vmlf01
committed
04cb14f
View commit details
Copy full SHA for 04cb14f
View code at this point
Browse repository at this point
Commits on Nov 26, 2014
refactor(tooltip): update auto placement to match Bootstrap
Show description for adb68ee
bstruthers
committed
adb68ee
View commit details
Copy full SHA for adb68ee
View code at this point
Browse repository at this point
feat(tooltip): add ability to auto position tooltip
Show description for 74cac74
bstruthers
committed
74cac74
View commit details
Copy full SHA for 74cac74
View code at this point
Browse repository at this point
Commits on Nov 12, 2014
fix(dropdown): clean up body click listeners upon destroy
Show description for a120538
putermancer
authored and
mgcrea
committed
a120538
View commit details
Copy full SHA for a120538
View code at this point
Browse repository at this point
Commits on Nov 7, 2014
fix: revert removal of unnecessary timeouts to hookup events
Show description for 976c31c
vmlf01
committed
976c31c
View commit details
Copy full SHA for 976c31c
View code at this point
Browse repository at this point
Commits on Nov 2, 2014
chore: remove unnecessary timeouts to hookup events
Show description for fe967a8
vmlf01
authored and
mgcrea
committed
fe967a8
View commit details
Copy full SHA for fe967a8
View code at this point
Browse repository at this point
test(dropdown): add resource allocation tests
vmlf01
authored and
mgcrea
committed
083d956
View commit details
Copy full SHA for 083d956
View code at this point
Browse repository at this point
fix(datepicker): fix scope leak when opening picker multiple times
Show description for 8123503
vmlf01
authored and
mgcrea
committed
8123503
View commit details
Copy full SHA for 8123503
View code at this point
Browse repository at this point
Commits on Oct 25, 2014
docs(dropdown): properly document both directive and service usage (fixes #884)
mgcrea
committed
c9372a5
View commit details
Copy full SHA for c9372a5
View code at this point
Browse repository at this point
Commits on Oct 1, 2014
fix(bsShow): fix bsShow to support using "true" string to show element
vmlf01
authored and
mgcrea
committed
76188a2
View commit details
Copy full SHA for 76188a2
View code at this point
Browse repository at this point
test(bsShow): add tests for bsShow attribute with string values
vmlf01
authored and
mgcrea
committed
7a4368b
View commit details
Copy full SHA for 7a4368b
View code at this point
Browse repository at this point
test(bsShow): add bsShow attribute tests
vmlf01
authored and
mgcrea
committed
d9f93c5
View commit details
Copy full SHA for d9f93c5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.