Skip to content

Commit 9d63d0c

Browse files
Zhuk, AlexanderZhuk, Alexander
authored andcommitted
restoring URL sync
1 parent c7e3427 commit 9d63d0c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Light and flexible Data Grid for AngularJS apps, with built-in sorting, paginati
33
seamless synchronization with browser address bar and total freedom in mark-up and styling suitable for your application.
44

55
Demo Bootstrap: http://angular-data-grid.github.io/
6+
67
Demo Material: http://angular-data-grid.github.io/demo/material.html
78

89
### Features

demo/demoApp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ angular.module('myApp', ['ui.bootstrap', 'dataGrid', 'pagination', 'ngMaterial']
33

44
$scope.gridOptions = {
55
data: [],
6-
urlSync: false
6+
urlSync: true
77
};
88
myAppFactory.getData().then(function (responseData) {
99
$scope.gridOptions.data = responseData.data;

0 commit comments

Comments
 (0)