Last active
December 28, 2015 07:49
-
-
Save arunkjn/7466761 to your computer and use it in GitHub Desktop.
Report Demo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div ng-controller="ReportDemoCtrl"> | |
<bi-report id="{{my_report_id}}"></bi-report> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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