|
85e773b56b
|
refactor(navCtrl): move async parts of transition into their own fn
|
2015-12-01 19:59:21 -06:00 |
|
|
b01301b3b2
|
fix(zone): ensure rAFs are firing outside of zone
|
2015-11-30 22:46:43 -06:00 |
|
|
9dde122d4f
|
refactor(clickBlock): add to dom on init
|
2015-11-29 01:14:51 -06:00 |
|
|
424800a3c9
|
fix(transition): update disabling transitions
|
2015-11-24 14:02:40 -06:00 |
|
|
002e5e86a6
|
perf(): raf updates
|
2015-11-20 20:24:21 -06:00 |
|
|
19ff9e0a2c
|
perf(raf): use rafFrames instead of fastdom
|
2015-11-20 14:10:44 -06:00 |
|
|
00f9611e71
|
feat(clickBlock): enable click block only on iOS
|
2015-11-19 11:23:41 -06:00 |
|
|
406fa18c5a
|
perf(ripple): ripple perf improvements
|
2015-11-10 14:42:35 -06:00 |
|
|
3648b48192
|
IonicApp api doc
Closes #255.
|
2015-10-06 16:29:05 -05:00 |
|
|
3324f3cc90
|
refactor(overlay): actionsheet/popup
|
2015-10-04 22:35:54 -05:00 |
|
|
dfe19a962d
|
use title service
|
2015-10-04 11:45:32 -05:00 |
|
|
2b86705f54
|
bootstrap refactor wip
|
2015-10-04 00:20:41 -05:00 |
|
|
5b0eda5be1
|
refactor(config): get/set/settings and unit tests
|
2015-10-02 15:23:08 -05:00 |
|
|
2f446f182f
|
:derp: console.log
|
2015-09-30 17:29:45 -05:00 |
|
|
bb74cdc717
|
feat(scroll): statusbar tap scroll to top
|
2015-09-30 17:26:16 -05:00 |
|
|
8ef7a67f55
|
Removed alert
|
2015-09-30 16:59:31 -05:00 |
|
|
b66fc45a20
|
chore(logs): removed bad console error
|
2015-09-30 15:57:05 -05:00 |
|
|
72658bd970
|
feat(plugin): Network Information and global offline/online events
|
2015-09-28 15:03:20 -05:00 |
|
|
26dcf4c3a7
|
chore(ripple): updates
|
2015-09-26 21:58:16 -05:00 |
|
|
c3ea116046
|
feat(i18n): translation service
|
2015-09-25 11:56:54 -05:00 |
|
|
db6c7b7283
|
feat(nav): add NavRegistry
|
2015-09-24 17:34:47 -06:00 |
|
|
88eaa45f4c
|
refactor(navbar): improved navbar transitions
|
2015-09-23 23:17:06 -05:00 |
|
|
1a48cbec96
|
fix(activator): ensure links active during transition
|
2015-09-23 20:32:46 -05:00 |
|
|
27373e0448
|
feat(events): pub/sub event system
|
2015-09-23 13:43:38 -05:00 |
|
|
8f76057147
|
derp
|
2015-09-23 10:50:48 -05:00 |
|
|
d51882e524
|
chore(IonicApp): update description
|
2015-09-23 10:47:16 -05:00 |
|
|
ffb43a4e52
|
fix(bootstrap): ready function if body not ready
Closes #156
|
2015-09-22 09:11:25 -05:00 |
|
|
88c547c535
|
refactor(activator): ripple activator
|
2015-09-21 13:48:58 -05:00 |
|
|
f704cc3e97
|
rename ActionMenu to ActionSheet
|
2015-09-17 23:41:09 -05:00 |
|
|
2ecde315f2
|
fix(isEnabled): do not disable during menu close
|
2015-09-17 21:55:53 -05:00 |
|
|
5fbc142dae
|
swipe back refactor
|
2015-09-17 16:13:51 -05:00 |
|
|
cbf990f4cf
|
error when same id registered
Closes #123
|
2015-09-16 12:32:17 -05:00 |
|
|
d25ce946f6
|
disable :hover on touch devices
|
2015-09-14 22:27:09 -05:00 |
|
|
41f2942fe7
|
improve css deactivate fallback
|
2015-09-14 21:43:55 -05:00 |
|
|
722dddbbb7
|
improve click block, onKeyboardClose
|
2015-09-14 21:06:53 -05:00 |
|
|
28c8d001e6
|
cache window dimensions
|
2015-09-13 22:34:23 -05:00 |
|
|
5441c293cd
|
do not throw error during id register
|
2015-09-13 20:42:17 -05:00 |
|
|
ebe2a836bc
|
fix menu component unregister
|
2015-09-13 20:01:11 -05:00 |
|
|
f7a3a2436b
|
menu-toggle updates
|
2015-09-13 19:43:35 -05:00 |
|
|
2c0d7005b0
|
only allow one component key
|
2015-09-13 14:11:59 -05:00 |
|
|
8fbf53e1b7
|
rename Platform to IonicPlatform
Make IonicPlatform an injectable. Closes #99
|
2015-09-13 00:39:19 -05:00 |
|
|
3634a1d0ec
|
docs todo
|
2015-09-11 14:28:37 -05:00 |
|
|
b31ab1b0be
|
feat(aside): reveal/overlay aside using Animation
|
2015-09-10 20:54:40 -05:00 |
|
|
e46863640e
|
do not deactivate buttons during transition
Closes #94
|
2015-09-09 10:03:48 -05:00 |
|
|
72b419030a
|
fix merge conflicts
|
2015-09-08 23:06:59 -05:00 |
|
|
f0cb0a8de0
|
Activator: activated
|
2015-09-08 23:05:26 -05:00 |
|
|
158657a2ec
|
docs(app): add description and usage
|
2015-09-08 16:50:33 -05:00 |
|
|
cdf631dcaf
|
.ios and .md body class css structure
|
2015-09-04 23:54:00 -05:00 |
|
|
217546abb1
|
alpha.36 update
|
2015-09-02 21:50:24 -05:00 |
|
|
d94ceaf948
|
run overlay animations outside zone
|
2015-08-28 16:38:39 -05:00 |
|