Skip to content

Instantly share code, notes, and snippets.

@arunkjn
Last active December 28, 2015 07:39
Show Gist options
  • Save arunkjn/7466323 to your computer and use it in GitHub Desktop.
Save arunkjn/7466323 to your computer and use it in GitHub Desktop.
Workbook Demo
<div ng-controller="WorkbookDemoCtrl">
<bi-workbook id="{{my_workbook_id}}"></bi-workbook>
</div>
function WorkbookDemoCtrl($scope) {
//insert your id here
$scope.my_workbook_id = "123xyz";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment