Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add 'paragraph' scope for angular object.
Currently every angular object has either notebook scope or global scope.
Notebook scope angular object shared in every paragraphs in the notebook and global scope angular object shared in every notebook that uses the same interpreter.
Introducing 'paragraph' scope let user create paragraph specific angular object that does not conflict with other angular object in the other paragraphs and automatically removed on paragraph removal.