|
| 1 | +## Roadmap |
| 2 | + |
| 3 | +#### Directive Maintainers |
| 4 | + |
| 5 | +Who will take the lead regarding any pull requests or decisions for a a directive? |
| 6 | + |
| 7 | +<table width="100%"> |
| 8 | +<th>Component</th><th>Maintainer</th> |
| 9 | +<tr> |
| 10 | + <td>accordion</td><td>@ajoslin</td> |
| 11 | +</tr> |
| 12 | +<tr> |
| 13 | + <td>alert</td><td>@pkozlowski</td> |
| 14 | +</tr> |
| 15 | +<tr> |
| 16 | + <td>bindHtml</td><td>frozen, use $sce?</td> |
| 17 | +</tr> |
| 18 | +<tr> |
| 19 | + <td>buttons</td><td> @pkozlowski</td> |
| 20 | +</tr> |
| 21 | +<tr> |
| 22 | + <td>carousel</td><td>@ajoslin</td> |
| 23 | +</tr> |
| 24 | +<tr> |
| 25 | + <td>collapse</td><td>$animate (@chrisirhc)</td> |
| 26 | +</tr> |
| 27 | +<tr> |
| 28 | + <td>datepicker</td><td>@bekos</td> |
| 29 | +</tr> |
| 30 | +<tr> |
| 31 | + <td>dropdownToggle</td><td>@bekos</td> |
| 32 | +</tr> |
| 33 | +<tr> |
| 34 | + <td>modal</td><td>@pkozlowski</td> |
| 35 | +</tr> |
| 36 | +<tr> |
| 37 | + <td>pagination</td><td>@bekos</td> |
| 38 | +</tr> |
| 39 | +<tr> |
| 40 | + <td>popover/tooltip</td><td>@chrisirhc</td> |
| 41 | +</tr> |
| 42 | +<tr> |
| 43 | + <td>position</td><td>@ajoslin</td> |
| 44 | +</tr> |
| 45 | +<tr> |
| 46 | + <td>progressbar</td><td>@bekos</td> |
| 47 | +</tr> |
| 48 | +<tr> |
| 49 | + <td>rating</td><td>@bekos</td> |
| 50 | +</tr> |
| 51 | +<tr> |
| 52 | + <td>tabs</td><td>@ajoslin</td> |
| 53 | +</tr> |
| 54 | +<tr> |
| 55 | + <td>timepicker</td><td>@bekos</td> |
| 56 | +</tr> |
| 57 | +<tr> |
| 58 | + <td>transition</td><td>@frozen, remove (@chrisirhc)</td> |
| 59 | +</tr> |
| 60 | +<tr> |
| 61 | + <td>typeahead</td><td>@pkozlowski, @chrisirhc</td> |
| 62 | +</tr> |
| 63 | +</table> |
| 64 | + |
| 65 | + |
| 66 | +#### Attribute Prefix |
| 67 | + |
| 68 | +Each directive should make its own two-letter prefix |
| 69 | + |
| 70 | +`<tab tb-active=”true” tb-select=”doThis()”>` |
| 71 | + |
| 72 | +#### Use $animate |
| 73 | + |
| 74 | +* @chrisirhc is leading this |
| 75 | + |
| 76 | +#### New Build system |
| 77 | + |
| 78 | +* @ajoslin is leading this |
| 79 | +* Building everything on travis commit |
| 80 | +* Push to bower, nuget, cdnjs, etc |
| 81 | + |
| 82 | +#### Switch to ngdocs |
| 83 | + |
| 84 | +* http://github.com/petebacondarwin/angular-doc-gen |
| 85 | + |
| 86 | +### Conventions for whether attributes/options should be watched/evaluated-once |
| 87 | + |
| 88 | +- Boolean attributes |
| 89 | +- Stick AngularJS conventions rather than Bootstrap conventions |
| 90 | + |
0 commit comments