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
Accelerator
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
Type
/
to 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 }}
javascript2016
/
ionic
Public
forked from
ionic-team/ionic-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
ionic
src
on
polyfills
User selector
All users
All time
Commit history
Commits on Jun 29, 2017
fix(navigation): mark as not transitioning on success in addition to '_transitionFinish', provide no
Show description for 48b3243
danbucholtz
committed
48b3243
View commit details
Copy full SHA for 48b3243
View code at this point
Browse repository at this point
feat(navigation): support for named ion-nav/ion-tabs to improve url in the short term
Show description for 486bff0
danbucholtz
committed
486bff0
View commit details
Copy full SHA for 486bff0
View code at this point
Browse repository at this point
Commits on Jun 28, 2017
fix(select): _inputUpdated should not be called manually
manucorporat
committed
8dc08f9
View commit details
Copy full SHA for 8dc08f9
View code at this point
Browse repository at this point
docs(menu): fix link to menucontroller
mhartington
committed
bc7bb21
View commit details
Copy full SHA for bc7bb21
View code at this point
Browse repository at this point
Commits on Jun 27, 2017
fix(tabs): use segment if it exists even if component exists
danbucholtz
committed
016b90d
View commit details
Copy full SHA for 016b90d
View code at this point
Browse repository at this point
feature(navigation): better browser back/forward button support
Show description for 0f5c47d
danbucholtz
authored
0f5c47d
View commit details
Copy full SHA for 0f5c47d
View code at this point
Browse repository at this point
Commits on Jun 20, 2017
add href for additional testing
danbucholtz
committed
fba6ff0
View commit details
Copy full SHA for fba6ff0
View code at this point
Browse repository at this point
fix(navigation): fallback to name if component does not exist on segment
danbucholtz
committed
30f69c8
View commit details
Copy full SHA for 30f69c8
View code at this point
Browse repository at this point
refactor(navigation): refactor nav-controller-base to maintain backwards compatibility
danbucholtz
committed
1beef75
View commit details
Copy full SHA for 1beef75
View code at this point
Browse repository at this point
refactor(app): refactor app slightly to maintain backwards compatibility
danbucholtz
committed
58e1d79
View commit details
Copy full SHA for 58e1d79
View code at this point
Browse repository at this point
chore(nav): fix lint errors in test
danbucholtz
committed
0480f73
View commit details
Copy full SHA for 0480f73
View code at this point
Browse repository at this point
fix(navigation): add isTab check to getSegmentsFromNav
danbucholtz
committed
f39c381
View commit details
Copy full SHA for f39c381
View code at this point
Browse repository at this point
Commits on Jun 19, 2017
chore(build): fix path issue in snapshot test
danbucholtz
committed
bcc85d9
View commit details
Copy full SHA for bcc85d9
View code at this point
Browse repository at this point
feature(navigation): modify urls to support multiple root level navs/tabs
Show description for 5cad965
danbucholtz
authored
5cad965
View commit details
Copy full SHA for 5cad965
View code at this point
Browse repository at this point
fix(select): floating label
Show description for e3a8d27
manucorporat
committed
e3a8d27
View commit details
Copy full SHA for e3a8d27
View code at this point
Browse repository at this point
Commits on Jun 16, 2017
fix(rtl): use multi direction in order to override the default ltr
brandyscarney
committed
70b5b6b
View commit details
Copy full SHA for 70b5b6b
View code at this point
Browse repository at this point
fix(themes): change default app-direction
brandyscarney
committed
1ca7df7
View commit details
Copy full SHA for 1ca7df7
View code at this point
Browse repository at this point
Commits on Jun 15, 2017
fix(tabs): properly align tabs highlight (#11619)
Show description for a8731df
dudeofawesome
authored and
manucorporat
committed
a8731df
View commit details
Copy full SHA for a8731df
View code at this point
Browse repository at this point
style(reorder): using const
manucorporat
committed
7803998
View commit details
Copy full SHA for 7803998
View code at this point
Browse repository at this point
perf(item): button-effect is hidden for non buttons
manucorporat
committed
8bd2f24
View commit details
Copy full SHA for 8bd2f24
View code at this point
Browse repository at this point
feat(item-reorder): add side support (#11642)
Show description for 63f728f
AmitMY
authored and
manucorporat
committed
63f728f
View commit details
Copy full SHA for 63f728f
View code at this point
Browse repository at this point
fix(sliding-item): super slow device does get correct classes
Show description for 6193560
manucorporat
committed
6193560
View commit details
Copy full SHA for 6193560
View code at this point
Browse repository at this point
fix(highlight): selected tab might be null
Show description for 5a5da39
manucorporat
committed
5a5da39
View commit details
Copy full SHA for 5a5da39
View code at this point
Browse repository at this point
feat(select): add compareWith Input for object value comparison (#11965)
Show description for c7645ee
zakton5
authored and
manucorporat
committed
c7645ee
View commit details
Copy full SHA for c7645ee
View code at this point
Browse repository at this point
refactor(overlay): simplify focusOutActiveElement (#12023)
manucorporat
authored
2743c63
View commit details
Copy full SHA for 2743c63
View code at this point
Browse repository at this point
fix(input): prevent duplicated tabIndex (#12043)
Show description for 7a1342c
manucorporat
authored
7a1342c
View commit details
Copy full SHA for 7a1342c
View code at this point
Browse repository at this point
Commits on Jun 14, 2017
fix(input): slightly longer delay for autofocus (#12037)
Manduro
authored and
manucorporat
committed
54ac2e3
View commit details
Copy full SHA for 54ac2e3
View code at this point
Browse repository at this point
Commits on Jun 13, 2017
fix(textarea): apply classes properly
manucorporat
committed
dc958c3
View commit details
Copy full SHA for dc958c3
View code at this point
Browse repository at this point
fix(input): better handling of attributes
manucorporat
committed
9f86e10
View commit details
Copy full SHA for 9f86e10
View code at this point
Browse repository at this point
fix(input): use all supported attributes on both textareas and inputs (#12028)
Manduro
authored and
manucorporat
committed
8041eed
View commit details
Copy full SHA for 8041eed
View code at this point
Browse repository at this point
Commits on Jun 12, 2017
fix(input): add correct translate3d for rtl
Show description for ef85ba6
manucorporat
committed
ef85ba6
View commit details
Copy full SHA for ef85ba6
View code at this point
Browse repository at this point
fix(keyboard): big keyboard/input refactor
Show description for c10f72b
manucorporat
committed
c10f72b
View commit details
Copy full SHA for c10f72b
View code at this point
Browse repository at this point
fix(refresher): border should only show when pulled (#12015)
Show description for 47e3c70
Manduro
authored and
manucorporat
committed
47e3c70
View commit details
Copy full SHA for 47e3c70
View code at this point
Browse repository at this point
style(util): remove commented out test css
brandyscarney
authored
a91a68e
View commit details
Copy full SHA for a91a68e
View code at this point
Browse repository at this point
feat(loading): add margin start variable (#11980)
Show description for 3e0d43e
trumbitta
authored and
brandyscarney
committed
3e0d43e
View commit details
Copy full SHA for 3e0d43e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.