Componentize the annotation adder toolbar
Extract the adder styles and logic into separate files for easier testing and extension. Also extract the styling for positioning the arrow out into a a helper class so we can more easily reposition the arrow depending on the available space.
Showing
... | ... | @@ -19,6 +19,7 @@ |
"browserify": "^13.0.0", | ||
"browserify-ngannotate": "^1.0.1", | ||
"browserify-shim": "^3.8.12", | ||
"classnames": "^2.2.4", | ||
"coffeeify": "^1.0.0", | ||
"commander": "^2.9.0", | ||
"compass-mixins": "^0.12.7", | ||
... | ... |
Please register or sign in to comment