Skip to content

Commit bba1960

Browse files
Zhuk, AlexanderZhuk, Alexander
authored andcommitted
fixing sync URL issue with href="#"
1 parent 9d63d0c commit bba1960

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<body ng-app="myApp" ng-controller="myAppController" ng-cloak>
1212
<nav class="navbar navbar-inverse">
1313
<div class="container">
14-
<span class="navbar-brand">Angular Data Grid - Bootstrap Design</span>
14+
<a href="#" class="navbar-brand">Angular Data Grid - Bootstrap Design</a>
1515
<ul class="nav navbar-nav navbar-right">
1616
<li class="dropdown">
17-
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
17+
<a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true"
1818
aria-expanded="false ">Change Theme <span class="caret"></span></a>
1919
<ul class="dropdown-menu dropdown-menu-right">
2020
<li>
@@ -31,7 +31,7 @@
3131
<div class="container">
3232
<div>
3333
<h3>Angular Data Grid sample using out-of-box Bootstrap styling</h3>
34-
Features enabled: sorting, filtering (using both in-grid and external controls), pagination and items-per-page functionality.
34+
Features enabled: sorting, filtering (using both in-grid and external controls), sync with browser URLs, pagination and items-per-page functionality.
3535
Angular UI Datepickers used for date controls, although you can use any other framework / plugins.
3636
<a href="https://github.com/angular-data-grid/angular-data-grid.github.io" target="_blank">Project GitHub</a>
3737
</div>

0 commit comments

Comments
 (0)