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

Commit f329a44

Browse files
author
Nick Litwin
committed
Add new form directives
1 parent c175bd8 commit f329a44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/index.jade

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ html
127127

128128
// build:js /js/vendor.js
129129
//- bower:js
130+
script(src='../bower_components/zepto/zepto.js')
130131
script(src='../bower_components/angular/angular.js')
131132
script(src='../bower_components/a0-angular-storage/dist/angular-storage.js')
132133
script(src='../bower_components/angucomplete-alt/angucomplete-alt.js')
@@ -148,7 +149,6 @@ html
148149
script(src='../bower_components/appirio-tech-ng-iso-constants/dist/ng-iso-constants.js')
149150
script(src='../bower_components/angular-resource/angular-resource.js')
150151
script(src='../bower_components/moment/moment.js')
151-
script(src='../bower_components/zepto/zepto.js')
152152
script(src='../bower_components/angular-scroll/angular-scroll.js')
153153
script(src='../bower_components/react/react.js')
154154
script(src='../bower_components/react/react-dom.js')
@@ -230,6 +230,7 @@ html
230230
script(src="directives/tc-section/tc-section.directive.js")
231231
script(src="directives/tc-sticky/tc-sticky.directive.js")
232232
script(src="directives/tc-tabs/tc-tabs.directive.js")
233+
script(src="directives/tc-textarea/tc-textarea.directive.js")
233234
script(src="directives/tc-transclude.directive.js")
234235
script(src="directives/track-toggle/track-toggle.directive.js")
235236
script(src="topcoder.module.js")
@@ -306,6 +307,7 @@ html
306307
script(src="services/scorecard.service.js")
307308
script(src="services/srm.service.js")
308309
script(src="services/statistics.service.js")
310+
script(src="services/submissions.service.js")
309311
script(src="services/tags.service.js")
310312
script(src="services/tcAuth.service.js")
311313
script(src="services/user.service.js")

0 commit comments

Comments
 (0)