Scroll-up button in AngularJS
问题 There is such button on AngularJS Material site! It designed as md-fab-button - round red at the bottom. I can't understand where is the code of this button - there is no description.. UPD: Example code snippet in AngularJS + Material without scroll-up button: <head> <link rel="stylesheet" href="https://material.angularjs.org/1.1.20/angular-material.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.7.8/angular.min.js"></script> <script src="https://code.angularjs.org/1