Skip to content

Latest commit

 

History

History
90 lines (74 loc) · 1.64 KB

ROADMAP.md

File metadata and controls

90 lines (74 loc) · 1.64 KB

Roadmap

Directive Maintainers

Who will take the lead regarding any pull requests or decisions for a a directive?

ComponentMaintainer
accordion@ajoslin
alert@pkozlowski
bindHtmlfrozen, use $sce?
buttons @pkozlowski
carousel@ajoslin
collapse$animate (@chrisirhc)
datepicker@bekos
dropdownToggle@bekos
modal@pkozlowski
pagination@bekos
popover/tooltip@chrisirhc
position@ajoslin
progressbar@bekos
rating@bekos
tabs@ajoslin
timepicker@bekos
transition@frozen, remove (@chrisirhc)
typeahead@pkozlowski, @chrisirhc

Attribute Prefix

Each directive should make its own two-letter prefix

<tab tb-active=”true” tb-select=”doThis()”>

Use $animate

  • @chrisirhc is leading this

New Build system

  • @ajoslin is leading this
  • Building everything on travis commit
  • Push to bower, nuget, cdnjs, etc

Switch to ngdocs

Conventions for whether attributes/options should be watched/evaluated-once

  • Boolean attributes
  • Stick AngularJS conventions rather than Bootstrap conventions