Browse Source

Fixed progress

master
Igor Zhukov 8 years ago
parent
commit
4c67ba8fb5
  1. 2
      app/js/directives.js

2
app/js/directives.js

@ -1999,7 +1999,7 @@ angular.module('myApp.directives', ['myApp.filters']) @@ -1999,7 +1999,7 @@ angular.module('myApp.directives', ['myApp.filters'])
$scope.isActive = false;
// Demo
$scope.document.progress = {enabled: true, percent: 30};
// $scope.document.progress = {enabled: true, percent: 30};
// $timeout(function () {
// $scope.document.progress.percent = 60;
// }, 3000);

Loading…
Cancel
Save