Andy Joslin
5567b08c4b
delegates: add tabbar, update docs
2014-03-24 20:35:55 -06:00
Andy Joslin
ffeaab5adc
ionSlideBox: add $ionicSlideBoxDelegate with new features
2014-03-24 19:40:10 -06:00
Andy Joslin
c276545180
ionSideMenu: add $ionicSideMenuDelegate with new features
2014-03-24 16:48:59 -06:00
Andy Joslin
f594f653d5
refactor(controllers): only assign to parent scope when needed
2014-03-21 10:08:09 -05:00
Andy Joslin
38acea337a
refactor(controllers): assign to parent scope if possible
2014-03-21 10:08:09 -05:00
Andy Joslin
83f4776f53
chore: remove animation & type attributes, standard controller names
2014-03-18 14:54:21 -06:00
Andy Joslin
1cf6355f7b
docs(ionSideMenu): add configurable model
2014-03-10 21:16:09 -06:00
Andy Joslin
7977d5391c
test(ionSideMenu): test transclusion of content's scope
2014-02-24 06:57:39 -05: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
ebae638dfb
test(ionicSideMenu): remove ddescribe
2014-02-17 13:13:32 -05:00
Andy Joslin
bfefc69f3c
feat(sideMenu): allow and watch attrs width & is-enabled
2014-02-17 13:03:17 -05:00
Max Lynch
6261eda77f
Removed some unnecessary tests no long used
2014-01-07 18:29:56 -06:00
Max Lynch
8673bf6114
Cleanups minus destroy stuff
2014-01-07 18:00:52 -06:00
Ulrich Sossou
67488fa403
sideMenu directives cleanup
2013-11-23 18:46:19 +01: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
305f22d673
Side menu fix for #24
2013-10-15 11:58:34 -05:00