Commit Graph

73 Commits

Author SHA1 Message Date
Adam Bradley
f744d9ebcf feat(navclear): Ability to disable the next view transition and back button 2014-03-18 21:51:32 -05:00
Adam Bradley
ad86651531 created menuClose and navClear directives 2014-03-18 21:44:59 -05:00
Andy Joslin
83f4776f53 chore: remove animation & type attributes, standard controller names 2014-03-18 14:54:21 -06:00
Adam Bradley
85b69fd2c4 sideMenu menuNav directive to stop next view animation and close side-menu 2014-03-17 23:06:46 -05:00
Andy Joslin
bd66fc8b28 docs(): remove group tag 2014-03-17 10:24:28 -06:00
Andy Joslin
8619d5e8ec docs(): add groups by topic 2014-03-14 15:14:16 -06:00
Andy Joslin
f9766fcf16 docs(): Add docs for ionicViewState, polish other docs 2014-03-10 21:16:09 -06:00
Andy Joslin
1cf6355f7b docs(ionSideMenu): add configurable model 2014-03-10 21:16:09 -06:00
Andy Joslin
83e4fc664a docs(ionSideMenu): write docs 2014-03-10 21:16:08 -06:00
Andy Joslin
8aca0cd67e docs(ionSideMenu*): add documentation for all side menu directives 2014-03-10 14:27:38 -06:00
Adam Bradley
16ac2ff1d6 fix(sidemenu): Side menu always needs to have translate3d applied, closes #710 2014-03-10 11:00:04 -05:00
Max Lynch
1b727790fe Revert "fix(sideMenu) - removed throttle for #738"
This reverts commit 7246b04067.
2014-03-09 17:14:17 -05:00
Max Lynch
7246b04067 fix(sideMenu) - removed throttle for #738 2014-03-09 17:06:10 -05:00
Adam Bradley
0c5c675164 fix(sideMenu): Close side-menu if open and content tapped, closes #648 2014-02-28 23:23:24 -06:00
Andy Joslin
991d3cfda1 fix(ionSideMenu): use manual transclude instead of ngTransclude
Fixes #666
2014-02-24 06:53:28 -05:00
Adam Bradley
1a0213e250 jshint '===' to compare with '0' fix 2014-02-23 21:27:57 -06:00
Adam Bradley
8ef8957744 fix right side menu to open 2014-02-23 20:58:04 -06: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
356afdf04f sideMenu parent to use .view instead of .pane so translate3d is not applied 2014-02-20 16:50:01 -06:00
Adam Bradley
07092f009c fix(sideMenu): remove translate3d when not needed, close #636 2014-02-20 16:33:40 -06:00
Max Lynch
02365e0fe3 Fixed #642
Added polyfill for transforms
2014-02-19 21:13:38 -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
d056ad1fef perf(animations): throttle calls to requestAnimationFrame
Closes #582
2014-02-17 17:26:34 -05:00
Andy Joslin
bfefc69f3c feat(sideMenu): allow and watch attrs width & is-enabled 2014-02-17 13:03:17 -05:00
Andy Joslin
1a1e968ea4 chore(): uncomment commented line 2014-02-11 17:18:32 -05:00
Andy Joslin
61a280bda8 fix(sideMenuContent): make dragContent default to true 2014-02-11 16:22:55 -05:00
Andy Joslin
7f9bfb5a94 feat(sideMenuContent): watch drag-content attribute 2014-02-07 17:00:14 -05:00
Adam Bradley
5932dbcd98 $ionicViewService.disableRegisterByTagName 2014-01-24 17:21:37 -06:00
Max Lynch
4525884412 Fixed #221 - side menu android issue 2014-01-22 10:50:16 -06:00
Max Lynch
86d6889628 Fixed #380 - rename ionic services to use $ionic prefix 2014-01-13 10:46:41 -06:00
Max Lynch
0a6cf0a347 Fixed side menu 2014-01-07 18:36:26 -06:00
Max Lynch
6261eda77f Removed some unnecessary tests no long used 2014-01-07 18:29:56 -06:00
Max Lynch
bfb4339c5f Merge pull request #367 from driftyco/pr/194
Cleanups from @sorich87 for side menus, minus some scope destroy stuff
2014-01-07 16:02:24 -08:00
Max Lynch
8673bf6114 Cleanups minus destroy stuff 2014-01-07 18:00:52 -06:00
Max Lynch
e1ae338b51 Fixed #288, added carousel support to slide box
Also fixed evevt bubbling and incorrect iOS 7 detection in mobile safari
2013-12-18 12:21:52 -06:00
Max Lynch
5685212f3f Apply scope on side menu content changes 2013-12-13 15:52:31 -06:00
Max Lynch
52343d1b88 Added way to disable content dragging on side menu 2013-12-10 19:56:50 -06:00
Adam Bradley
432ce6cbee Change sideMenu width to 275px, closes #253 2013-12-07 21:34:39 -06:00
Max Lynch
861e9ac32f Fixed #252 2013-12-04 13:52:30 -06:00
Max Lynch
5c9c8a1e39 Added side menu content tap for #206 2013-12-04 12:09:01 -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
99e929b86d Side menu drag fix 2013-12-03 10:56:50 -06:00
Max Lynch
0cc6c1b795 Fixed #239 2013-11-29 15:59:19 -06:00
Adam Bradley
462095eeed Merge pull request #196 from sorich87/minify
create minified JS and CSS in dist folder
2013-11-27 06:43:11 -08:00
Max Lynch
3c23369412 Fixed #179 2013-11-25 21:54:24 -06:00
Max Lynch
8fe6e189ba Fixed #179 - overflow scroll not working 2013-11-24 23:50:19 -06:00
Ulrich Sossou
5a5dfec0d2 create minified JS and CSS in dist folder 2013-11-24 17:18:36 +01:00
Ulrich Sossou
67488fa403 sideMenu directives cleanup 2013-11-23 18:46:19 +01:00
Max Lynch
04c4900c93 Fixed <a href> tap performance using polyfill 2013-11-19 19:43:12 -06:00