all files / app/main/components/material-docs/demo-partials/button/demoBasicUsage/ script.js

20% Statements 1/5
100% Branches 0/0
0% Functions 0/1
20% Lines 1/5
1 2 3 4 5 6 7 8 9 10 11 12                     
 
angular.module('buttonsDemo1', ['ngMaterial'])
 
.controller('AppCtrl', function($scope) {
  $scope.title1 = 'Button';
  $scope.title4 = 'Warn';
  $scope.isDisabled = true;
 
  $scope.googleUrl = 'http://google.com';
 
});