* Thank you for choosing the Awesome App!
*
diff --git a/ionic/components/slides/test/basic/main.html b/ionic/components/slides/test/basic/main.html
index d93835abfe..e9cad308ac 100644
--- a/ionic/components/slides/test/basic/main.html
+++ b/ionic/components/slides/test/basic/main.html
@@ -1,5 +1,5 @@
-
+
diff --git a/ionic/components/slides/test/intro/main.html b/ionic/components/slides/test/intro/main.html
index 00caad1bb2..53baf00e2c 100644
--- a/ionic/components/slides/test/intro/main.html
+++ b/ionic/components/slides/test/intro/main.html
@@ -42,7 +42,7 @@
Grid Icons
-
+
Thank you for choosing the Awesome App!
diff --git a/ionic/components/slides/test/scroll/main.html b/ionic/components/slides/test/scroll/main.html
index 14c8d38498..2ab57c8cce 100644
--- a/ionic/components/slides/test/scroll/main.html
+++ b/ionic/components/slides/test/scroll/main.html
@@ -12,7 +12,7 @@
-
diff --git a/ionic/components/tabs/tab.ts b/ionic/components/tabs/tab.ts
index 2ae8f7b364..aa56dbbd91 100644
--- a/ionic/components/tabs/tab.ts
+++ b/ionic/components/tabs/tab.ts
@@ -13,8 +13,8 @@ import {Tabs} from './tabs';
* @usage
* ```html
*
- *
- *
+ *
+ *
*
* ```
*
@@ -34,8 +34,8 @@ import {Tabs} from './tabs';
*
* @property {any} [root] - set the root page for this tab
- * @property {any} [tab-title] - set the title of this tab
- * @property {any} [tab-icon] - set the icon for this tab
+ * @property {any} [tabTitle] - set the title of this tab
+ * @property {any} [tabIcon] - set the icon for this tab
*/
@Component({
diff --git a/ionic/components/tabs/tabs.ios.scss b/ionic/components/tabs/tabs.ios.scss
index 968f8db08c..a33c7c636b 100644
--- a/ionic/components/tabs/tabs.ios.scss
+++ b/ionic/components/tabs/tabs.ios.scss
@@ -21,7 +21,7 @@ tabbar {
background: $tabbar-ios-background;
}
-ion-tabs[tabbar-placement=top] tabbar {
+ion-tabs[tabbarPlacement=top] tabbar {
border-top: none;
border-bottom: 1px solid $toolbar-ios-border-color;
}
@@ -60,8 +60,8 @@ ion-tabs[tabbar-placement=top] tabbar {
}
}
-[tabbar-icons=right] .tab-button,
-[tabbar-icons=left] .tab-button {
+[tabbarIcons=right] .tab-button,
+[tabbarIcons=left] .tab-button {
.tab-button-text {
font-size: 1.4rem;
@@ -77,7 +77,7 @@ ion-tabs[tabbar-placement=top] tabbar {
}
}
-[tabbar-icons=hide] .tab-button-text {
+[tabbarIcons=hide] .tab-button-text {
font-size: 1.4rem;
line-height: 1.1;
}
@@ -101,7 +101,7 @@ ion-tabs[tabbar-placement=top] tabbar {
border-top-width: 0.55px;
}
- &[tabbar-placement="top"] tabbar {
+ &[tabbarPlacement="top"] tabbar {
border-bottom-width: 0.55px;
}
diff --git a/ionic/components/tabs/tabs.md.scss b/ionic/components/tabs/tabs.md.scss
index 3273111a2e..5fe0766c7d 100644
--- a/ionic/components/tabs/tabs.md.scss
+++ b/ionic/components/tabs/tabs.md.scss
@@ -49,13 +49,13 @@ tabbar {
min-width: $tabbar-md-item-icon-size + 5;
}
-[tabbar-icons=bottom] .tab-button {
+[tabbarIcons=bottom] .tab-button {
padding-top: 8px;
padding-bottom: 8px;
}
-[tabbar-icons=right] .tab-button,
-[tabbar-icons=left] .tab-button {
+[tabbarIcons=right] .tab-button,
+[tabbarIcons=left] .tab-button {
padding-bottom: 10px;
icon {
@@ -84,7 +84,7 @@ tab-highlight {
}
}
-[tabbar-placement=bottom] tab-highlight {
+[tabbarPlacement=bottom] tab-highlight {
top: 0;
}
diff --git a/ionic/components/tabs/tabs.scss b/ionic/components/tabs/tabs.scss
index 4da71363b6..2da72784a4 100644
--- a/ionic/components/tabs/tabs.scss
+++ b/ionic/components/tabs/tabs.scss
@@ -43,7 +43,7 @@ ion-tabbar-section {
order: $flex-order-tabbar-bottom;
}
-[tabbar-placement=top] ion-tabbar-section {
+[tabbarPlacement=top] ion-tabbar-section {
order: $flex-order-tabbar-top;
}
@@ -108,13 +108,13 @@ tab-highlight {
display: none;
}
-[tabbar-icons=bottom] .tab-button {
+[tabbarIcons=bottom] .tab-button {
.tab-button-icon {
order: 10;
}
}
-[tabbar-icons=left] .tab-button {
+[tabbarIcons=left] .tab-button {
flex-direction: row;
.tab-button-icon {
@@ -123,7 +123,7 @@ tab-highlight {
}
}
-[tabbar-icons=right] .tab-button {
+[tabbarIcons=right] .tab-button {
flex-direction: row;
.tab-button-icon {
@@ -133,6 +133,6 @@ tab-highlight {
}
}
-[tabbar-icons=hide] .tab-button-icon {
+[tabbarIcons=hide] .tab-button-icon {
display: none;
}
diff --git a/ionic/components/tabs/tabs.ts b/ionic/components/tabs/tabs.ts
index 8ef6c6716f..c30838214f 100644
--- a/ionic/components/tabs/tabs.ts
+++ b/ionic/components/tabs/tabs.ts
@@ -14,10 +14,10 @@ import {rafFrames} from '../../util/dom';
/**
* @name Tabs
- * @property {any} [tabbar-placement] - set position of the tabbar, top or bottom
- * @property {any} [tabbar-icons] - set the position of the tabbar's icons: top, bottom, left, right, hide
+ * @property {any} [tabbarPlacement] - set position of the tabbar, top or bottom
+ * @property {any} [tabbarIcons] - set the position of the tabbar's icons: top, bottom, left, right, hide
* @property {any} [tabbar-style] - sets tabbar's style (primary, secondary, etc)
- * @property {any} [preload-tabs] - sets whether to preload all the tabs, true or false
+ * @property {any} [preloadTabs] - sets whether to preload all the tabs, true or false
* @usage
* ```html
*
@@ -48,8 +48,8 @@ import {rafFrames} from '../../util/dom';
'' +
'' +
'' +
- '' +
- '' +
+ '' +
+ '' +
'{{t.tabTitle}}' +
'' +
'' +
diff --git a/ionic/components/tabs/test/advanced/tabs.html b/ionic/components/tabs/test/advanced/tabs.html
index 9a686c91c9..60675d722b 100644
--- a/ionic/components/tabs/test/advanced/tabs.html
+++ b/ionic/components/tabs/test/advanced/tabs.html
@@ -1,6 +1,6 @@
-
-
-
-
+
+
+
+
diff --git a/ionic/components/tabs/test/basic/index.ts b/ionic/components/tabs/test/basic/index.ts
index 6648d682c1..bf296a3ac4 100644
--- a/ionic/components/tabs/test/basic/index.ts
+++ b/ionic/components/tabs/test/basic/index.ts
@@ -13,7 +13,7 @@
Tab 1
- Item {{i}} {{i}} {{i}} {{i}}
+ Item {{i}} {{i}} {{i}} {{i}}
`
@@ -39,7 +39,7 @@ class Tab1 {
-
+
{{session.name}} {{session.name}} {{session.name}}
{{session.location}} {{session.location}} {{session.location}}
@@ -71,7 +71,7 @@ class Tab2 {
@Page({
template: `
-
+
Stopwatch
@@ -92,7 +92,7 @@ class Tab3 {}
-
+
Close Menu
@@ -100,9 +100,9 @@ class Tab3 {}
-
-
-
+
+
+
`
})
diff --git a/ionic/components/tabs/test/ghost/index.ts b/ionic/components/tabs/test/ghost/index.ts
index a4816bb487..d71b3cf5db 100644
--- a/ionic/components/tabs/test/ghost/index.ts
+++ b/ionic/components/tabs/test/ghost/index.ts
@@ -46,7 +46,7 @@ class Tab2 {
@Page({
template: `
-
+
Stopwatch
@@ -68,7 +68,7 @@ class Tab3 {
@Page({
template: `
-
+
Quesarito
@@ -92,7 +92,7 @@ class QuesaritoPage {
-
+
Quesarito
@@ -100,9 +100,9 @@ class QuesaritoPage {
-
-
-
+
+
+
`
})
diff --git a/ionic/components/tabs/test/tab-bar-scenarios/main.html b/ionic/components/tabs/test/tab-bar-scenarios/main.html
index 222687e048..3414bd47a7 100644
--- a/ionic/components/tabs/test/tab-bar-scenarios/main.html
+++ b/ionic/components/tabs/test/tab-bar-scenarios/main.html
@@ -1,69 +1,69 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
-
+
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
diff --git a/ionic/components/text-input/test/floating-labels/main.html b/ionic/components/text-input/test/floating-labels/main.html
index 24e6be3c58..93fe74fe49 100644
--- a/ionic/components/text-input/test/floating-labels/main.html
+++ b/ionic/components/text-input/test/floating-labels/main.html
@@ -8,7 +8,7 @@
Floating Label 1
-
+
Value: {{ myValues.value1 }}
@@ -24,7 +24,7 @@
Floating Label 4
-
+
Value: {{ myValues.value2 }}
diff --git a/ionic/components/text-input/test/form-inputs/main.html b/ionic/components/text-input/test/form-inputs/main.html
index 545ed7758b..73cf6f005b 100644
--- a/ionic/components/text-input/test/form-inputs/main.html
+++ b/ionic/components/text-input/test/form-inputs/main.html
@@ -4,12 +4,12 @@
-