Skip to content

Instantly share code, notes, and snippets.

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