From 5d2f24cf59e5466113ff8086e2c6bb52c56187c2 Mon Sep 17 00:00:00 2001 From: Andy Joslin Date: Mon, 10 Feb 2014 13:49:02 -0500 Subject: [PATCH] chore(): make test files use ionic.bundle.js --- js/ext/angular/test/actionSheet.html | 7 +--- js/ext/angular/test/anchorScroll.html | 7 +--- js/ext/angular/test/carousel.html | 15 +++------ js/ext/angular/test/clickTests.html | 29 +++++++--------- js/ext/angular/test/content.html | 9 ++--- js/ext/angular/test/contentClick.html | 7 +--- js/ext/angular/test/content_defer.html | 9 ++--- js/ext/angular/test/content_h.html | 9 ++--- js/ext/angular/test/gesture.html | 7 +--- js/ext/angular/test/header.html | 11 ++---- js/ext/angular/test/input.html | 7 +--- js/ext/angular/test/list.html | 13 +++---- js/ext/angular/test/loading.html | 7 +--- js/ext/angular/test/modal.html | 7 +--- js/ext/angular/test/nestedScroll.html | 7 +--- js/ext/angular/test/overflow.html | 7 +--- js/ext/angular/test/radioButton.html | 9 ++--- js/ext/angular/test/scroll.html | 7 +--- js/ext/angular/test/sideMenu.html | 7 +--- js/ext/angular/test/sideMenu2.html | 43 +++++++++++------------- js/ext/angular/test/slideBox.html | 15 +++------ js/ext/angular/test/slideBoxDynamic.html | 11 ++---- js/ext/angular/test/subControllers.html | 7 +--- js/ext/angular/test/tabs.html | 7 +--- js/ext/angular/test/tapInputs.html | 23 +++++-------- js/ext/angular/test/toggle.html | 7 +--- js/ext/angular/test/viewState.html | 29 +++++++--------- 27 files changed, 94 insertions(+), 229 deletions(-) diff --git a/js/ext/angular/test/actionSheet.html b/js/ext/angular/test/actionSheet.html index 7cc0e84592..8e5e417d83 100644 --- a/js/ext/angular/test/actionSheet.html +++ b/js/ext/angular/test/actionSheet.html @@ -13,12 +13,7 @@ } - - - - - - + diff --git a/js/ext/angular/test/anchorScroll.html b/js/ext/angular/test/anchorScroll.html index 037cda4a6e..1f9191311e 100644 --- a/js/ext/angular/test/anchorScroll.html +++ b/js/ext/angular/test/anchorScroll.html @@ -6,12 +6,7 @@ - - - - - - + diff --git a/js/ext/angular/test/carousel.html b/js/ext/angular/test/carousel.html index 8d062787e2..5567d8ab05 100644 --- a/js/ext/angular/test/carousel.html +++ b/js/ext/angular/test/carousel.html @@ -6,12 +6,7 @@ - - - - - - + - - - - - - + - - - - - - + @@ -78,15 +73,15 @@ Radio {{ radioItem.text }}
- Selected Radio Value: {{ selectedValues.radio }}, - Changed: {{ radioChangeCount }}, + Selected Radio Value: {{ selectedValues.radio }}, + Changed: {{ radioChangeCount }}, Watch Count: {{ radioWatchCount }}
@@ -119,7 +114,7 @@ .controller('MyCtrl', function($scope) { $scope.value1 = true; $scope.value2 = 'NO'; - + $scope.checkboxChange = function() { $scope.value4ChangeValue = 'Random number: ' + Math.floor(Math.random() * 1000); }; @@ -128,7 +123,7 @@ $scope.toggle4ChangeValue = 'Random number: ' + Math.floor(Math.random() * 1000); }; - $scope.radioItems = [ + $scope.radioItems = [ { text: 'Green Back Packers', value: 'packers' }, { text: 'Minnesota Vikings', value: 'vikings' }, { text: 'Chicago Bears', value: 'bears' }, @@ -139,7 +134,7 @@ $scope.radioChanged = function() { $scope.radioChangeCount++; }; - + $scope.radioWatchCount = 0; $scope.$watch('selectedValues.radio', function(val) { $scope.radioWatchCount++; @@ -150,4 +145,4 @@ - \ No newline at end of file + diff --git a/js/ext/angular/test/toggle.html b/js/ext/angular/test/toggle.html index 55a632551a..d18f8f85cf 100644 --- a/js/ext/angular/test/toggle.html +++ b/js/ext/angular/test/toggle.html @@ -6,12 +6,7 @@ - - - - - - + diff --git a/js/ext/angular/test/viewState.html b/js/ext/angular/test/viewState.html index 97d0e7ce76..102daed6d3 100644 --- a/js/ext/angular/test/viewState.html +++ b/js/ext/angular/test/viewState.html @@ -2,24 +2,19 @@ - + navViews and tabs w/ nested navViews - - - - - - +
- @@ -43,7 +38,7 @@ Sign-In

- Sign-In - + Sign-In - Forgot password - Contact

@@ -69,7 +64,7 @@

- Sign-In - + Sign-In - Forgot password - Contact

@@ -89,7 +84,7 @@

The hideBackButton attribute is "true" for this view.

@drifty

- Sign-In - + Sign-In - Forgot password - Contact

@@ -201,7 +196,7 @@