1- <!DOCTYPE html>
1+ <!DOCTYPE html>
22< html >
33< head >
44 < title > igGrid: Master/Detail - Ignite UI integration with AngularJS</ title >
88 < link type ="text/css " href ="http://cdn-na.infragistics.com/igniteui/latest/css/structure/modules/infragistics.ui.shared.css " rel ="stylesheet " />
99 < link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css " type ="text/css " />
1010 < link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css " type ="text/css " />
11- < link rel ="stylesheet " href ="/igniteui-angular/samples /sample.css " />
12-
11+ < link rel ="stylesheet " href ="../.. /sample.css " />
12+
1313< link type ="text/css " href ="http://cdn-na.infragistics.com/igniteui/latest/css/structure/modules/infragistics.ui.grid.css " rel ="stylesheet " />
1414< link type ="text/css " href ="http://cdn-na.infragistics.com/igniteui/latest/css/structure/modules/infragistics.ui.editors.css " rel ="stylesheet " />
1515< style >
3030 < span class ="icon-bar "> </ span >
3131 < span class ="icon-bar "> </ span >
3232 </ button >
33- < a class ="navbar-brand " href ="/ "> Ignite UI AngularJS Directives</ a >
33+ < a class ="navbar-brand " href ="/ "> Ignite UI AngularJS Directives</ a >
3434 </ div >
3535 < div class ="navbar-collapse collapse ">
3636 < ul class ="nav navbar-nav ">
4040 </ div >
4141 </ div >
4242 </ div >
43-
43+
4444< div ng-app ="app " ng-controller ="masterDetailController ">
4545 < h1 class ="push-down-md "> igGrid Master/Detail</ h1 >
4646 < div class ="alert alert-danger " data-ng-cloak data-ng-show ="error != null "> Oops! There's been a problem: {{error}}</ div >
4747 < div class ="alert alert-info " data-ng-cloak data-ng-show ="message.length > 0 " data-ng-bind ="message "> </ div >
48- < ig-grid id ="homesGrid "
49- data-source ="homes "
50- width ="100% "
51- primary-key ="id "
52- auto-commit ="true "
48+ < ig-grid id ="homesGrid "
49+ data-source ="homes "
50+ width ="100% "
51+ primary-key ="id "
52+ auto-commit ="true "
5353 auto-generate-columns ="false "
5454 event-rendered ="homesGridRendered ">
5555 < columns >
@@ -60,9 +60,9 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
6060 < column key ="id " header-text ="ID " data-type ="string " hidden ="true "> </ column >
6161 </ columns >
6262 < features >
63- < feature name ="Sorting "
63+ < feature name ="Sorting "
6464 event-column-sorted ="homesGridColumnSorted "> </ feature >
65- < feature name ="Selection "
65+ < feature name ="Selection "
6666 event-row-selection-changed ="homesGridRowSelectionChanged "> </ feature >
6767 < feature name ="Paging "
6868 page-size ="5 "
@@ -78,7 +78,7 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
7878 < div class ="form-group ">
7979 < label for ="inputEmail3 " class ="col-sm-2 control-label "> Address</ label >
8080 < div class ="col-sm-10 ">
81- < input id ="addressBox "
81+ < input id ="addressBox "
8282 type ="text "
8383 class ="form-control "
8484 placeholder ="Address "
@@ -88,7 +88,7 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
8888 < div class ="form-group ">
8989 < label for ="cityBox " class ="col-sm-2 control-label "> City</ label >
9090 < div class ="col-sm-10 ">
91- < input id ="cityBox "
91+ < input id ="cityBox "
9292 type ="text "
9393 class ="form-control "
9494 placeholder ="City "
@@ -98,7 +98,7 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
9898 < div class ="form-group ">
9999 < label for ="bedroomsBox " class ="col-sm-2 control-label "> Bedrooms</ label >
100100 < div class ="col-sm-10 ">
101- < input id ="bedroomsBox "
101+ < input id ="bedroomsBox "
102102 type ="text "
103103 class ="form-control "
104104 placeholder ="Bedrooms "
@@ -108,7 +108,7 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
108108 < div class ="form-group ">
109109 < label for ="bathroomsBox " class ="col-sm-2 control-label "> Bathrooms</ label >
110110 < div class ="col-sm-10 ">
111- < input id ="bathroomsBox "
111+ < input id ="bathroomsBox "
112112 type ="text "
113113 class ="form-control "
114114 placeholder ="Bathrooms "
@@ -118,7 +118,7 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
118118 < div class ="form-group ">
119119 < label for ="sqfeetBox " class ="col-sm-2 control-label "> Sq. Feet</ label >
120120 < div class ="col-sm-10 ">
121- < input id ="sqfeetBox "
121+ < input id ="sqfeetBox "
122122 type ="text "
123123 class ="form-control "
124124 placeholder ="Sq. Feet "
@@ -128,7 +128,7 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
128128 < div class ="form-group ">
129129 < label for ="priceBox " class ="col-sm-2 control-label "> Price</ label >
130130 < div class ="col-sm-10 ">
131- < input id ="priceBox "
131+ < input id ="priceBox "
132132 type ="text "
133133 class ="form-control "
134134 placeholder ="Price "
@@ -138,8 +138,8 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
138138 < div class ="form-group ">
139139 < label for ="notesBox " class ="col-sm-2 control-label "> Notes</ label >
140140 < div class ="col-sm-10 ">
141- < textarea id ="notesBox "
142- class ="form-control "
141+ < textarea id ="notesBox "
142+ class ="form-control "
143143 placeholder ="Notes "
144144 data-ng-model ="selectedHome.notes "> </ textarea >
145145 </ div >
@@ -168,7 +168,7 @@ <h1 class="push-down-md">igGrid Master/Detail</h1>
168168 < script src ="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/jquery-ui.min.js "> </ script >
169169 < script src ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js "> </ script >
170170 < script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js "> </ script >
171-
171+
172172< script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-resource.min.js "> </ script >
173173< script src ="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-mocks.js "> </ script >
174174
0 commit comments