Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
phyunsj authored Jun 22, 2018
1 parent 1137d02 commit a5020c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Based on [Creating your own UI widget for a Node-RED dashboard using an external
<style>
...
</style>
<script>
;(function(scope) {
scope.msgReady = ... // ng-if
Expand All @@ -33,6 +34,7 @@ Based on [Creating your own UI widget for a Node-RED dashboard using an external
}, 3000); // close out the setInterval
// 3 secs for spinner demo
})(scope);
</script>
```

## In Action
Expand Down

0 comments on commit a5020c9

Please sign in to comment.