Skip to content

Instantly share code, notes, and snippets.

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