UNPKG

angular-material-npfixed

Version:

The Angular Material project is an implementation of Material Design in Angular.js. This project provides a set of reusable, well-tested, and accessible Material Design UI components. Angular Material is supported internally at Google by the Angular.js, M

10 lines (6 loc) 243 B
angular.module('sliderDemo2', ['ngMaterial']) .controller('AppCtrl', function($scope) { $scope.vol = Math.floor(Math.random() * 100); $scope.bass = Math.floor(Math.random() * 100); $scope.master = Math.floor(Math.random() * 100); });