11< html >
22
33< head >
4- < title > Ignite UI Layout Manager - Ignite UI integration with AngularJS</ title >
4+ < title > Ignite UI Layout Manager - Ignite UI integration with AngularJS</ title >
55 <!-- Ignite UI Required Combined CSS Files -->
6- < link href ="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css " rel ="stylesheet " />
6+ < link href ="http://cdn-na.infragistics.com/igniteui/latest/css/themes/infragistics/infragistics.theme.css " rel ="stylesheet "
7+ />
78 < link href ="http://cdn-na.infragistics.com/igniteui/latest/css/structure/infragistics.css " rel ="stylesheet " />
89 <!-- 1. Load libraries -->
910 < script src ="http://code.jquery.com/jquery-1.12.3.js "> </ script >
1314 < script src ="https://cdnjs.cloudflare.com/ajax/libs/systemjs/0.19.20/system-polyfills.js "> </ script >
1415 < script src ="https://npmcdn.com/angular2/es6/dev/src/testing/shims_for_IE.js "> </ script >
1516
16- < script src ="./../../node_modules/ zone.js/dist/zone.js ?main=browser "> </ script >
17- < script src ="./../../node_modules/ typescript/lib/typescript.js "> </ script >
18- < script src ="./../../node_modules/ reflect-metadata/Reflect.js "> </ script >
19- < script src ="./../../node_modules/ systemjs/dist/system.src.js "> </ script >
17+ < script src ="https://npmcdn.com/ zone.js@0.6.12 ?main=browser "> </ script >
18+ < script src ="https://npmcdn.com/ typescript@1.8.10 /lib/typescript.js "> </ script >
19+ < script src ="https://npmcdn.com/ reflect-metadata@0.1.3 "> </ script >
20+ < script src ="https://npmcdn.com/ systemjs@0.19.27 /dist/system.src.js "> </ script >
2021 < script src ="./../../systemjs.config.js "> </ script >
2122 <!-- Ignite UI Required Combined JavaScript Files -->
2223 < script src ="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.core.js "> </ script >
2324 < script src ="http://cdn-na.infragistics.com/igniteui/latest/js/infragistics.lob.js "> </ script >
2425
2526 < link type ="text/css " rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css " />
26- < link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css " type ="text/css " />
27+ < link rel ="stylesheet " href ="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css " type ="text/css "
28+ />
2729 < link rel ="stylesheet " href ="../sample.css " />
2830
29- < style type ="text/css ">
30- body {
31- background-color : # fff ;
32- font-family : 'segoe ui' , 'arial' , 'helvetica' , 'sans-serif' ;
33- /*overflow-x:hidden;*/
34- }
35-
36- div # layout h2 {margin : 0 ;}
37-
38- div # layout .left , div # layout .right , div # layout .center , div # layout .footer , div # layout .header {
39- color : # fff ;
40- }
41-
42- div # layout .left p , div # layout .right p , div # layout .center p , div # layout h3 {
43- margin : 15px ;
44- }
45-
46- div # layout .center {
47- background-color : # EEE ;
48- color : # 555 ;
49- }
50-
51- div # layout .right {
52- background-color : # 555 ;
53- color : # EEE ;
54- }
55-
56- div # layout .left {background-color : # FFA72D ;}
57-
58- div # layout .header {background-color : # 2CBDF9 ;}
59-
60- div # layout .footer {background-color : # 2CBDF9 ;}
61-
62- # sampleContainer {
63- height : 370px ;
64- }
65-
66- </ style >
31+ < style type ="text/css ">
32+ body {
33+ background-color : # fff ;
34+ font-family : 'segoe ui' , 'arial' , 'helvetica' , 'sans-serif' ;
35+ /*overflow-x:hidden;*/
36+ }
37+
38+ div # layout h2 {
39+ margin : 0 ;
40+ }
41+
42+ div # layout .left ,
43+ div # layout .right ,
44+ div # layout .center ,
45+ div # layout .footer ,
46+ div # layout .header {
47+ color : # fff ;
48+ }
49+
50+ div # layout .left p ,
51+ div # layout .right p ,
52+ div # layout .center p ,
53+ div # layout h3 {
54+ margin : 15px ;
55+ }
56+
57+ div # layout .center {
58+ background-color : # EEE ;
59+ color : # 555 ;
60+ }
61+
62+ div # layout .right {
63+ background-color : # 555 ;
64+ color : # EEE ;
65+ }
66+
67+ div # layout .left {
68+ background-color : # FFA72D ;
69+ }
70+
71+ div # layout .header {
72+ background-color : # 2CBDF9 ;
73+ }
74+
75+ div # layout .footer {
76+ background-color : # 2CBDF9 ;
77+ }
78+
79+ # sampleContainer {
80+ height : 370px ;
81+ }
82+ </ style >
6783 < script src ="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js "> </ script >
6884 < script >
6985 System . import ( 'app.ts' )
7288</ head >
7389
7490</ head >
91+
7592< body class ="container ">
7693
7794 < div class ="navbar navbar-default navbar-fixed-top " role ="navigation ">
83100 < span class ="icon-bar "> </ span >
84101 < span class ="icon-bar "> </ span >
85102 </ button >
86- < a class ="navbar-brand " href ="/ "> Ignite UI AngularJS components < span class ="badge alert-info "> Preview</ span > </ a >
103+ < a class ="navbar-brand " href ="/ "> Ignite UI AngularJS components < span class ="badge alert-info "> Preview</ span > </ a >
87104 </ div >
88105 < div class ="navbar-collapse collapse ">
89106 < ul class ="nav navbar-nav ">
93110 </ div >
94111 </ div >
95112 </ div >
96-
97- < div >
98- < h1 class ="push-down-md "> < a href ="http://igniteui.com/layout-manager/overview " target ="_blank "> igLayoutManager</ a > </ h1 >
99-
100- < div class ="row description ">
101- < div class ="col-md-12 ">
102- < p class ="lead "> This sample demonstrates how AngularJS components are used to instantiate igLayoutManager.</ p >
103- < p > < a href ="https://github.com/IgniteUI/igniteui-angular/blob/master/samples/igLayoutManager/igLayoutManager.html " class ="btn btn-default btn-lg btn-primary " target ="_blank "> < i class ="fa fa-code fa-lg "> </ i > Explore the Code</ a > </ p >
113+
114+ < div >
115+ < h1 class ="push-down-md "> < a href ="http://igniteui.com/layout-manager/overview " target ="_blank "> igLayoutManager</ a > </ h1 >
116+
117+ < div class ="row description ">
118+ < div class ="col-md-12 ">
119+ < p class ="lead "> This sample demonstrates how AngularJS components are used to instantiate igLayoutManager.</ p >
120+ < p > < a href ="https://github.com/IgniteUI/igniteui-angular/blob/master/samples/igLayoutManager/igLayoutManager.html "
121+ class ="btn btn-default btn-lg btn-primary " target ="_blank "> < i class ="fa fa-code fa-lg "> </ i > Explore the Code</ a > </ p >
122+ </ div >
104123 </ div >
105- </ div >
106- < div class ="row ">
107- < my-app > Loading...</ my-app >
108- </ div >
109- < footer >
110- < p >
111- < a href ="/igniteui-angular/index.html "> Home</ a > |
112- < a href ="https://github.com/IgniteUI/igniteui-angular/issues "> Feedback & Questions</ a > |
113- < a href ="https://github.com/IgniteUI/igniteui-angular "> Clone & Fork</ a >
114- </ p >
115- < p class ="small "> For more information or to download a trial of Ignite UI, please visit: < a href ="http://igniteui.com "> http://igniteui.com</ a > </ p >
116- </ footer >
124+ < div class ="row ">
125+ < my-app > Loading...</ my-app >
126+ </ div >
127+ < footer >
128+ < p >
129+ < a href ="/igniteui-angular/index.html "> Home</ a > |
130+ < a href ="https://github.com/IgniteUI/igniteui-angular/issues "> Feedback & Questions</ a > |
131+ < a href ="https://github.com/IgniteUI/igniteui-angular "> Clone & Fork</ a >
132+ </ p >
133+ < p class ="small "> For more information or to download a trial of Ignite UI, please visit: < a href ="http://igniteui.com "> http://igniteui.com</ a > </ p >
134+ </ footer >
117135</ body >
0 commit comments