File tree 4 files changed +11
-5
lines changed
4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 13
13
"moment-duration-format" : " ^1.3.0" ,
14
14
"requirejs" : " ~2.1.22" ,
15
15
"text" : " requirejs-text#^2.0.14" ,
16
- "es6-promise" : " ^3.0.2 " ,
16
+ "es6-promise" : " ^3.3.0 " ,
17
17
"screenfull" : " ^3.0.0" ,
18
18
"node-uuid" : " ^1.4.7" ,
19
19
"comma-separated-values" : " ^3.6.4" ,
Original file line number Diff line number Diff line change @@ -933,15 +933,21 @@ Note that `templateUrl` is not supported for `containers`.
933
933
934
934
Controls provide options for the ` mct-control ` directive.
935
935
936
- Six standard control types are included in the forms bundle:
936
+ Ten standard control types are included in the forms bundle:
937
937
938
938
* ` textfield ` : An area to enter plain text.
939
939
* ` select ` : A drop-down list of options.
940
940
* ` checkbox ` : A box which may be checked/unchecked.
941
941
* ` color ` : A color picker.
942
942
* ` button ` : A button.
943
943
* ` datetime ` : An input for UTC date/time entry; gives result as a UNIX
944
- timestamp, in milliseconds since start of 1970, UTC.
944
+ timestamp, in milliseconds since start of 1970, UTC.
945
+ * ` composite ` : A control parenting an array of other controls.
946
+ * ` menu-button ` : A drop-down list of items supporting custom behavior
947
+ on click.
948
+ * ` dialog-button ` : A button which opens a dialog allowing a single property
949
+ to be edited.
950
+ * ` radio ` : A radio button.
945
951
946
952
New controls may be added as extensions of the controls category. Extensions of
947
953
this category have two properties:
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ requirejs.config({
27
27
"angular" : "bower_components/angular/angular.min" ,
28
28
"angular-route" : "bower_components/angular-route/angular-route.min" ,
29
29
"csv" : "bower_components/comma-separated-values/csv.min" ,
30
- "es6-promise" : "bower_components/es6-promise/promise.min" ,
31
30
"EventEmitter" : "bower_components/eventemitter3/index" ,
31
+ "es6-promise" : "bower_components/es6-promise/es6-promise.min" ,
32
32
"html2canvas" : "bower_components/html2canvas/build/html2canvas.min" ,
33
33
"jsPDF" : "bower_components/jspdf/dist/jspdf.min" ,
34
34
"moment" : "bower_components/moment/moment" ,
Original file line number Diff line number Diff line change @@ -53,8 +53,8 @@ requirejs.config({
53
53
"angular" : "bower_components/angular/angular.min" ,
54
54
"angular-route" : "bower_components/angular-route/angular-route.min" ,
55
55
"csv" : "bower_components/comma-separated-values/csv.min" ,
56
- "es6-promise" : "bower_components/es6-promise/promise.min" ,
57
56
"EventEmitter" : "bower_components/eventemitter3/index" ,
57
+ "es6-promise" : "bower_components/es6-promise/es6-promise.min" ,
58
58
"html2canvas" : "bower_components/html2canvas/build/html2canvas.min" ,
59
59
"jsPDF" : "bower_components/jspdf/dist/jspdf.min" ,
60
60
"moment" : "bower_components/moment/moment" ,
You can’t perform that action at this time.
0 commit comments