akserg / angular.dart.ui

Port of Angular-UI to Dart.
angulardartui.com
Other
101 stars 37 forks source link

Inline style tags break CSP (Content Security Policy) #144

Closed scriptsrc closed 9 years ago

scriptsrc commented 9 years ago

timepicker.html && timepicker.dart 2 occurrences:

<td style="width:50px;"

popup.html && popup.dart 1 occurrence:

<li ng-show="showButtonBar" style="padding:10px 9px 2px">

typeahead-popup.html && typeahead-popup.dart 1 occurrence:

<ul class="dropdown-menu" ... style="display: block"

I don't think that http_server/src/virtual_directory:355 should be an issue.

Solution is just to move the styles out to a CSS file.