Merge: nitweb: introduce angular skeleton
authorJean Privat <jean@pryen.org>
Wed, 1 Jun 2016 13:57:25 +0000 (09:57 -0400)
committerJean Privat <jean@pryen.org>
Wed, 1 Jun 2016 13:57:25 +0000 (09:57 -0400)
commit36be3f924bee3a0f3ff0cf9641f6fc9cadbbf1a7
tree1d515c18ea01f74b32c730729332125c8bfc085b
parent2504cd964ff175f048d11ee80d937acab7b6c773
parent86d569281cba714af26c8f842335950800d98b76
Merge: nitweb: introduce angular skeleton

This PR introduces the angular-js skeleton for nitweb. It contains only one line of nit, the other modification only html/css/js code.

For now, most of the views/controllers are empty and the interface only displays the mdoc of each mentity hilighted with nitlight/doc_down.

Some demo pages:
* http://nitweb.moz-code.org/package/popcorn
* http://nitweb.moz-code.org/module/core::ropes
* http://nitweb.moz-code.org/class/core::Array

Pull-Request: #2142
Reviewed-by: Jean Privat <jean@pryen.org>