Commit Graph

57 Commits

Author SHA1 Message Date
Andy Joslin
ecfdbaa67b fix(ionTabs): do not pre-transclude; stops error on compile
Closes #730
2014-03-08 12:52:43 -07:00
Andy Joslin
bcca397c39 fix(ionTabBar): fix iconOn and iconOff being wrong 2014-02-26 16:09:34 -05:00
Andy Joslin
c4549bae4f refactor(tabs): dont pass href attribute to ionTabNav 2014-02-25 12:32:58 -05:00
Andy Joslin
bdcd6bb15f refactor(tabs): preventDefault when anchor is clicked 2014-02-25 12:27:04 -05:00
Andy Joslin
3419e40e52 refactor(tabs): dont show icon if no icon defined 2014-02-25 12:04:58 -05:00
Andy Joslin
bc491b9bd3 style(ionTab): remove space before closing bracket in ionTabNav 2014-02-25 11:24:56 -05:00
Andy Joslin
0f1b6f47b8 fix(ionTabs): cleanup and fix many issues
Closes #597. Fixes #634. Fixes #334. Fixes #175. Fixes #646. Closes #647.
2014-02-25 10:54:41 -05:00
Adam Bradley
2494b5f988 fix(ionPrefix): disableRegisterByTagName updated w/ ion- prefix for correct view history 2014-02-21 10:56:25 -06:00
Adam Bradley
1d3b518289 fix iconOn/iconOff showing in tabs 2014-02-21 09:56:42 -06:00
Adam Bradley
5de0f15e1d add icon class to each icon element in ionTabControllerItem 2014-02-21 09:00:17 -06:00
Adam Bradley
c8292c3267 use .view instead of .pane, for no translate3d, for tab directive 2014-02-20 22:29:02 -06:00
Adam Bradley
67722343dd use span instead of i for tab badges, closes #552 2014-02-20 14:43:22 -06:00
Max Lynch
89ec1b954e fix(htmlSanitize) - Added ngSanitize back, fixes #641 2014-02-20 09:48:55 -08:00
Andy Joslin
2c39a21498 feat(ionic): prefix all directives with ion-
BREAKING CHANGE: All directives are now prefixed with `ion-`.

For any directive you use, add the ionic prefix.

For example, change this HTML:

```html
<tabs>
  <tab title="home" href="/tab/home">
    <content>Hello!</content>
  </tab>
</tabs>
```

To this HTML:

```
<ion-tabs>
  <ion-tab title="home" href="/tab/home">
    <ion-content>Hello!</ion-content>
  </ion-tab>
</ion-tabs>
```
2014-02-18 16:13:00 -05:00
Andy Joslin
69fda4e526 fix(tabs): broadcast tab.shown/tab.hidden to only child scopes
Addresses #588
2014-02-13 12:15:41 -05:00
Andy Joslin
b11e0f512b feat(tabs): allow tab badge-style attribute to set badge class 2014-02-07 13:16:02 -05:00
Andy Joslin
0facb120c7 feat(tab): allow html in tab title attribute
Closes #528
2014-02-06 22:25:12 -05:00
Adam Bradley
f6c94579b5 remove unused tabBar directive 2014-02-05 19:59:39 -06:00
UniRing
bc927e57e7 feat(tabs): allow badges on tabbar via bound badge attr 2014-02-05 11:38:06 -05:00
Adam Bradley
24c382bd9b feat(tabs): clicking tab item again navigates to tab's home 2014-02-04 23:01:43 -06:00
Adam Bradley
5932dbcd98 $ionicViewService.disableRegisterByTagName 2014-01-24 17:21:37 -06:00
Adam Bradley
cf6598b09f update tab broadcasts, fixes #415 2014-01-14 13:07:52 -06:00
Max Lynch
86d6889628 Fixed #380 - rename ionic services to use $ionic prefix 2014-01-13 10:46:41 -06:00
Adam Bradley
3a598aa21e switching tabs should not use $animate 2014-01-13 09:37:16 -06:00
Adam Bradley
ead7224a1e angular-ui router 2014-01-09 11:12:39 -06:00
Adam Bradley
9f952c3a50 view state wip 2014-01-08 22:37:03 -06:00
Max Lynch
0c78f59262 Force travis rebuild 2014-01-07 18:24:26 -06:00
Adam Bradley
3cfcfc01a4 jshint fixes 2013-12-07 15:05:56 -06:00
Max Lynch
8ac0bafcee Merged new scroll stuff 2013-12-03 19:06:26 -06:00
Max Lynch
f3bf2c1348 Lots of solidification 2013-12-03 18:41:44 -06:00
Max Lynch
e336e4dc54 More removal of flexbox vert 2013-12-03 15:16:01 -06:00
Max Lynch
d030e3317d Getting rid of flexbox changes 2013-12-03 13:28:27 -06:00
Max Lynch
3f4fac80b7 Making some progress 2013-12-02 15:34:58 -06:00
Max Lynch
b44035bfe3 Removed named controller for tabs 2013-11-29 16:02:15 -06:00
Max Lynch
79f0c90564 Tab bar fixes 2013-11-19 17:58:14 -06:00
Max Lynch
d9e2c11afc Better nav and title animation stuff 2013-11-19 16:49:02 -06:00
Max Lynch
360e6f5b40 Removed view-full class on tabs, it was a noop 2013-11-19 16:21:51 -06:00
Max Lynch
cee8caef28 Merge pull request #157 from driftyco/154-router-nav
wip - router based nav controller
2013-11-19 14:09:29 -08:00
Max Lynch
4586516e0e Button click support 2013-11-19 15:51:04 -06:00
Max Lynch
2064126e5f Getting close 2013-11-19 15:16:46 -06:00
Max Lynch
5f0ae6ca51 Fixed #158 - tab bar styles not set 2013-11-18 18:48:57 -06:00
Max Lynch
f300b162f1 Changed tabs not use isolated scope 2013-11-18 10:47:18 -06:00
Max Lynch
f0b7ef6f89 Added scope events for tab bar 2013-11-18 10:14:36 -06:00
Max Lynch
8ed1f3e7da Unit test and tab stuff 2013-11-17 15:48:50 -06:00
Max Lynch
8e738713d5 Lots 2013-11-13 18:40:26 -06:00
Max Lynch
6ab1f49688 Fixed #64 and fixed sub view controllers and tabs
Moved tabs to be absolute not fixed so they can easily
be placed inside of containers
2013-11-08 18:09:48 -06:00
Max Lynch
781fb241a1 Working on nav controller transitions, fixed #66 2013-11-05 20:49:18 -06:00
Max Lynch
bebdb776df Tab stuff 2013-11-01 18:43:51 -05:00
Max Lynch
082259dcfb Fixed #40 with test 2013-10-29 14:27:57 -05:00
Max Lynch
a23522cb06 Fixed most tests, started moving to Backbone VC for #62 2013-10-29 13:03:16 -05:00