I want to get the animation effect of when someone clicks on the tab and the border below that tab slides to right with the button having a nice ripple effect. I don\'t want
You can use the md-tabs directive without the contents:
var app = angular.module('app', ['ngMaterial']); app.controller('myController', function($scope) { $scope.selectedIndex = 0; });
{{ selectedIndex }}