Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit ecffea2

Browse files
author
Nick Litwin
committed
Install dependencies for ng-ui-components
1 parent cfd3e6f commit ecffea2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

app/index.jade

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ html
1616
link(rel='stylesheet', href='../bower_components/angular-dropdowns/dist/angular-dropdowns.css')
1717
link(rel='stylesheet', href='../bower_components/intro.js/introjs.css')
1818
link(rel='stylesheet', href='../bower_components/angularjs-toaster/toaster.css')
19+
link(rel='stylesheet', href='../bower_components/react-select/dist/react-select.min.css')
1920
link(rel='stylesheet', href='../bower_components/fontawesome/css/font-awesome.css')
2021
link(rel='stylesheet', href='../bower_components/ng-notifications-bar/dist/ngNotificationsBar.min.css')
2122
link(rel='stylesheet', href='../bower_components/ngDialog/css/ngDialog.css')
@@ -150,6 +151,12 @@ html
150151
script(src='../bower_components/angular-resource/angular-resource.js')
151152
script(src='../bower_components/moment/moment.js')
152153
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')
153160
script(src='../bower_components/appirio-tech-ng-ui-components/dist/main.js')
154161
script(src='../bower_components/d3/d3.js')
155162
script(src='../bower_components/jstzdetect/jstz.min.js')

0 commit comments

Comments
 (0)