all files / app/main/components/material-docs/demo-partials/slider/demoVertical/ script.js

25% Statements 1/4
100% Branches 0/0
0% Functions 0/1
25% Lines 1/4
1 2 3 4 5 6 7 8 9 10                 
 
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);
});