Angular material define
<md-tabs><
md-tabs> for tabs container,
<md-tab>...<
/md-tab>
for Tab.

Angular Tabs image
Full html struct example as following:
Learning angularjs via detail examples. AngularJs event, angularjs table, angularjs grid, angularjs sort, angularjs sort filter, angularjs application, angularjs templates, angularjs bootstrap.
Home » Posts filed under angularjs examples
<md-tabs><
md-tabs> for tabs container,
<md-tab>...<
/md-tab>
for Tab.

Angular Tabs image
Full html struct example as following:
<input ng-cut="cut=true" ng-init="cut=false; value='please cut me'" ng-model="value">
You just cut it: {{cut}}
<input ng-paste="paste=true" ng-init="paste=false" placeholder='please paste here'>
pasted: {{paste}}
$scope.month = 10;
$scope.year = 2015;
// Get total days of Oct 2015
$scope.totalDays = new Date($scope.year, $scope.month, 0).getDate();
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.2/angular.min.js"></script>