mtwilliams / broadsheet

:newspaper: A modern bulletin board platform.

Home Page:http://broadsheet.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop prefixes on components.

mtwilliams opened this issue · comments

Our App template will look like this:

<app>
  <app-header></app-header>
  <router-view></router-view>
  <app-footer></app-footer>
</app>

Our /posts/:post will look like:

<post :post="post">
</post>

No more bs-!

No longer do we have to contend with bullshit broadsheet prefixed tags!