Commit Graph

1963 Commits

Author SHA1 Message Date
Andy Joslin
0ffb748fc7 refactor(ionNavBackButton): make click handler use $ionicNgClick service
Closes #802
2014-03-15 09:25:05 -06:00
Andy Joslin
90f360c827 refactor(ionicTouch): factor ngClick logic out to reusable service
Addresses #802
2014-03-15 09:24:59 -06:00
Adam Bradley
baa04cde4d feat(active): Removing use of :active in favor of .active for more control of active state
Using the :active pseudo works fine for desktop, but mobile is a
completely different beast, especially with the quirks of each
platform. By intentionally not using any :active selectors and manually
adding/removing a .active class, it gives us a precise control on how
the active state works for ALL platforms. Additionally, this places
less selectors in the css, and reduces the possibility of unnecessary
repaints. Currently this method of using .active instead of :active is
being applied to .button and .item elements.
2014-03-15 01:12:56 -05:00
Adam Bradley
a3ea027fb0 fix indent alignment 2014-03-14 22:20:12 -05:00
Adam Bradley
fa0e43237c popup z-index sass variables and csscomb'd popup.scss 2014-03-14 22:07:59 -05:00
Adam Bradley
018608dac3 remove unused sass variable 2014-03-14 22:01:27 -05:00
Adam Bradley
6547ca60cb fix(input): Correct vertical alignment of inputs and their labels, closes #799 2014-03-14 21:57:36 -05:00
Adam Bradley
bf75187188 Merge pull request #800 from ewang/patch-2
Fix item-input-inset active state highlight issue
2014-03-14 21:33:03 -05:00
Eric Wang
c882392a4b Fix item-input-inset active state highlight issue
Fix #798
2014-03-14 19:15:35 -07:00
Andy Joslin
12e47134cd ionicView: fix typo 2014-03-14 15:42:42 -06:00
Max Lynch
fd379de382 Fixed a spelling issue 2014-03-14 16:31:53 -05:00
Andy Joslin
40c715f625 test(e2e): fix e2e test for new updates 2014-03-14 15:14:16 -06:00
Andy Joslin
8619d5e8ec docs(): add groups by topic 2014-03-14 15:14:16 -06:00
Adam Bradley
e81bd96528 replace css comments w/ sass comments 2014-03-14 14:19:46 -05:00
Andy Joslin
bfcfae3747 feat(ionNavBar,ionHeaderBar): use declarative syntax
BREAKING CHANGE:

navBar is majorly different.  Manually write this when changelog is
released.  Add link to docs.
2014-03-14 13:06:10 -06:00
Adam Bradley
c0f08f5113 remove link from menu-subsections 2014-03-14 12:53:15 -05:00
Adam Bradley
799599d42e api template tweaks 2014-03-14 12:30:43 -05:00
Andy Joslin
f5f8fd2e07 chore(travis): fix bower script not working correctly 2014-03-14 10:32:29 -06:00
Adam Bradley
28aaa27447 Item dividers should not be allowed to go active by default, closes #789 2014-03-14 11:11:05 -05:00
Andy Joslin
9c0bca4ef5 chore(travis): remove ionic-bower/bower.json#ignore field 2014-03-14 10:10:28 -06:00
Max Lynch
91090b4849 Updated side menu example 2014-03-14 11:03:08 -05:00
Max Lynch
a58999180b fix(sideMenu): Not snapping on close on certain conditions #795 2014-03-14 10:43:55 -05:00
Andy Joslin
c180a39f1f chore(travis): update ionic-bower's bower.json every release
Closes #793, #759
2014-03-14 09:20:34 -06:00
Max Lynch
880ae7dd23 Removed picture 2014-03-14 09:45:55 -05:00
Max Lynch
66eb93bf87 Updated code pen link for popup docs 2014-03-14 09:37:47 -05:00
Adam Bradley
4628b9fb23 feat(animation): Add right to left animations, and their reverse, for RTL support, closes #643 2014-03-13 23:18:00 -05:00
Adam Bradley
ba2a40c845 feat(modal): On larger displays modals will be inset and centered, not full width/height, closes #783 2014-03-13 22:14:30 -05:00
Andy Joslin
c912832b0b docs: make it rename old version when updating 2014-03-13 20:15:49 -06:00
Andy Joslin
6325d37a86 chore(docs): build to latest, mark latest in dropdown, remove /ionic 2014-03-13 20:00:36 -06:00
Andy Joslin
b01e2734f0 chore(travis): update to latest node ver 2014-03-13 18:30:24 -06:00
Adam Bradley
89ec82aa1e docs-api layout updated 2014-03-13 15:13:42 -05:00
Max Lynch
a30b0b7d4f feat(popup): Added popup support 2014-03-13 14:57:48 -05:00
Adam Bradley
53a426f802 Merge branch 'master' of https://github.com/driftyco/ionic
Conflicts:
	docs/templates/lib/yaml.template.html
2014-03-13 13:56:22 -05:00
Adam Bradley
4d8ceca2d4 rename docs_0.9.0 layout to docs_api, active variable no longer needed 2014-03-13 13:54:02 -05:00
Andy Joslin
7f7672d8c3 chore(travis): update node version 2014-03-13 09:31:29 -06:00
Andy Joslin
8c0b8c5b01 docs: make stable be nightly if testing 2014-03-13 09:19:32 -06:00
Andy Joslin
115223f2d0 docs: make sure Javascript links to latest stable by default 2014-03-13 09:18:47 -06:00
Adam Bradley
fa5ad51048 update docs_api layout 2014-03-13 10:03:38 -05:00
Andy Joslin
6aa35f469a Update README.md 2014-03-13 07:47:13 -06:00
Andy Joslin
98483dac7a docs: fix api.template 2014-03-13 07:32:34 -06:00
Andy Joslin
cf05c33ed9 Update README.md 2014-03-13 07:29:46 -06:00
Andy Joslin
12864622fd Update README.md 2014-03-13 07:28:30 -06:00
Andy Joslin
962ebf817a docs: add README explaining templates 2014-03-13 07:27:58 -06:00
Andy Joslin
b26be092f4 docs: simplify templates more 2014-03-13 07:25:37 -06:00
Adam Bradley
4066682381 separate tap from poly to make it easier to avoid tap logic in the future 2014-03-12 22:28:10 -05:00
Andy Joslin
00c4000676 Update README.md 2014-03-12 20:33:09 -06:00
Andy Joslin
11189ec356 Update README.md 2014-03-12 20:26:23 -06:00
Andy Joslin
ffc48c02f7 docs: fix problems with multiple versions 2014-03-12 17:23:37 -06:00
Andy Joslin
4813fd0bb9 docs: allow multiple versions 2014-03-12 15:55:50 -06:00
Adam Bradley
8936d9e525 add html tests for status bar 2014-03-12 14:37:15 -05:00