diff --git a/js/ext/angular/test/anchorScroll.html b/js/ext/angular/test/anchorScroll.html index 743f5719a1..105f51d377 100644 --- a/js/ext/angular/test/anchorScroll.html +++ b/js/ext/angular/test/anchorScroll.html @@ -13,12 +13,12 @@
-
+

Click the Clock to Get Stuck

-
+ diff --git a/js/ext/angular/test/carousel.html b/js/ext/angular/test/carousel.html index 844e5449f2..65438ddb55 100644 --- a/js/ext/angular/test/carousel.html +++ b/js/ext/angular/test/carousel.html @@ -84,61 +84,8 @@ console.log('NEXT'); $scope.$broadcast('slideBox.nextSlide'); }; - - var rightButtons = [ - { - content: 'Next', - type: 'button-positive button-clear', - tap: function(e) { - console.log('NEXT'); - $scope.next(); - } - } - ]; - var leftButtons = [ - { - content: 'Skip', - type: 'button-positive button-clear', - tap: function(e) { - alert('Skipping'); - } - } - ]; - - $scope.leftButtons = leftButtons; - $scope.rightButtons = rightButtons; - - $scope.slideChanged = function(index) { console.log('Slide changed', index); - - if(index > 0) { - $scope.leftButtons = [ - { - content: 'Back', - type: 'button-positive button-clear', - tap: function(e) { - $scope.$broadcast('slideBox.prevSlide'); - } - } - ]; - } else { - $scope.leftButtons = leftButtons; - } - - if(index == 2) { - $scope.rightButtons = [ - { - content: 'Start using MyApp', - type: 'button-positive button-clear', - tap: function(e) { - alert('Done!'); - } - } - ]; - } else { - $scope.rightButtons = rightButtons; - } }; }); diff --git a/js/ext/angular/test/content.html b/js/ext/angular/test/content.html index 0997e19dfa..0afdbc912b 100644 --- a/js/ext/angular/test/content.html +++ b/js/ext/angular/test/content.html @@ -55,7 +55,9 @@ - + > +

Title

+
- + > +

Title

+
- + > +

Title

+
- + +

Title

+
diff --git a/js/ext/angular/test/header.html b/js/ext/angular/test/header.html index abc13ca637..16858916fd 100644 --- a/js/ext/angular/test/header.html +++ b/js/ext/angular/test/header.html @@ -9,37 +9,29 @@ - - - - - + +
+ +
+

{{headerTitle}}

+
+ +
+
+ + +
+
diff --git a/js/ext/angular/test/history.html b/js/ext/angular/test/history.html index 31cdbb4548..618fecbfe8 100644 --- a/js/ext/angular/test/history.html +++ b/js/ext/angular/test/history.html @@ -7,18 +7,21 @@ - + + + +