Skip to content

Commit 794af96

Browse files
committed
Fixing issues
1 parent c19cf18 commit 794af96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/circularProgress.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ angular.module('angular-circular-progress', []);
255255
restrict: 'E',
256256
replace: true,
257257
scope: {
258-
value: "=",
258+
value: "@",
259259
max: "=",
260260
orientation: "@",
261261
radius: "@",

dist/circularProgress.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)