1
- ### 1.0.0-beta.10 "gadolinium-gator " (2014-07-25)
1
+ ### 1.0.0-beta.10 "hafnium-heron " (2014-07-25)
2
2
3
3
4
4
#### Bug Fixes
50
50
51
51
#### Breaking Changes
52
52
53
- *
53
+ *
54
54
ion-toggle no longer has an isolate scope.
55
55
This will break your toggle only if you were relying upon the toggle
56
56
having an isolate scope: if you were referencing ` $parent.value ` as
@@ -705,9 +705,9 @@ Old Code:
705
705
706
706
` <ion-tabs tabs-type="tabs-top" tabs-style="tabs-positive" animation="slide-left-right"> `
707
707
708
- New Code:
708
+ New Code:
709
709
710
- ` <ion-tabs class="tabs-top tabs-positive slide-left-right"> `
710
+ ` <ion-tabs class="tabs-top tabs-positive slide-left-right"> `
711
711
712
712
* ** ionHeaderBar, ionFooterBar** : remove ` type ` , ` title ` , ` left-buttons ` , ` right-buttons ` .
713
713
@@ -717,14 +717,14 @@ Relevant Documentation: [ionHeaderBar](http://ionicframework.com/docs/api/direct
717
717
Old Code:
718
718
719
719
``` html
720
- <ion-header-bar type =" bar-positive"
721
- title =" {{someTitle}}"
722
- left-buttons =" left"
720
+ <ion-header-bar type =" bar-positive"
721
+ title =" {{someTitle}}"
722
+ left-buttons =" left"
723
723
right-buttons =" right" >
724
724
</ion-header-bar >
725
725
```
726
726
727
- New Code:
727
+ New Code:
728
728
729
729
``` html
730
730
<ion-header-bar class =" bar-positive" >
@@ -742,8 +742,8 @@ New Code:
742
742
</ion-header-bar >
743
743
```
744
744
745
- * ** ionNavBar, ionView** : Remove ` left-buttons ` , ` right-buttons ` , ` type ` , ` animation ` ,
746
- ` back-button-* ` attributes from ionNavBar. Remove ` left-buttons ` , ` right-buttons ` from ionView.
745
+ * ** ionNavBar, ionView** : Remove ` left-buttons ` , ` right-buttons ` , ` type ` , ` animation ` ,
746
+ ` back-button-* ` attributes from ionNavBar. Remove ` left-buttons ` , ` right-buttons ` from ionView.
747
747
748
748
Additionally, all 'viewState.* ' events have been removed. Use [ $ionicNavBarDelegate] ( http://ionicframework.com/docs/api/service/$ionicNavBarDelegate ) .
749
749
@@ -755,8 +755,8 @@ Relevant Documentation: [ionNavBar](http://ionicframework.com/docs/api/directive
755
755
Old Code:
756
756
757
757
``` html
758
- <ion-nav-bar type =" bar-positive"
759
- animation =" slide-left-right"
758
+ <ion-nav-bar type =" bar-positive"
759
+ animation =" slide-left-right"
760
760
back-button-type =" button-icon"
761
761
back-button-icon =" ion-arrow-left-c"
762
762
back-button-label =" Back" >
0 commit comments