-
Notifications
You must be signed in to change notification settings - Fork 13
ng-pivot-options does not work #4
Copy link
Copy link
Open
Description
Hi I am using the following example that you have given , but the ng-pivot-options is not working .
When I remove the ng-pivot-options="options" from the div , only then the data is displayed
following is my code.
(scripts are included in the same order)
$scope.data = [
{ color: "blue", shape: "circle" },
{ color: "red", shape: "triangle" }
];
$scope.options = {
rows: ["color"],
cols: ["shape"]
};
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels