|
16 | 16 | link(rel='stylesheet', href='../bower_components/angular-dropdowns/dist/angular-dropdowns.css')
|
17 | 17 | link(rel='stylesheet', href='../bower_components/intro.js/introjs.css')
|
18 | 18 | link(rel='stylesheet', href='../bower_components/angularjs-toaster/toaster.css')
|
| 19 | + link(rel='stylesheet', href='../bower_components/react-select/dist/react-select.min.css') |
19 | 20 | link(rel='stylesheet', href='../bower_components/fontawesome/css/font-awesome.css')
|
20 | 21 | link(rel='stylesheet', href='../bower_components/ng-notifications-bar/dist/ngNotificationsBar.min.css')
|
21 | 22 | link(rel='stylesheet', href='../bower_components/ngDialog/css/ngDialog.css')
|
@@ -150,6 +151,12 @@ html
|
150 | 151 | script(src='../bower_components/angular-resource/angular-resource.js')
|
151 | 152 | script(src='../bower_components/moment/moment.js')
|
152 | 153 | script(src='../bower_components/angular-scroll/angular-scroll.js')
|
| 154 | + script(src='../bower_components/react/react.js') |
| 155 | + script(src='../bower_components/react/react-dom.js') |
| 156 | + script(src='../bower_components/classnames/index.js') |
| 157 | + script(src='../bower_components/react-input-autosize/dist/react-input-autosize.min.js') |
| 158 | + script(src='../bower_components/react-select/dist/react-select.min.js') |
| 159 | + script(src='../bower_components/ngReact/ngReact.js') |
153 | 160 | script(src='../bower_components/appirio-tech-ng-ui-components/dist/main.js')
|
154 | 161 | script(src='../bower_components/d3/d3.js')
|
155 | 162 | script(src='../bower_components/jstzdetect/jstz.min.js')
|
|
0 commit comments