angular-css
angular-css copied to clipboard
CSS on-demand for AngularJS [Looking for New Maintainers]
Hello, When we reload the page on a child state (like /home/profile), the parent css (home.css) is not applied to the child. Is there a way to persist the css...
With sufficiently large stylesheets, there is a noticeable flicker when loading the sheet; after the HTML renders, but before the CSS is applied. Angular and uiRouter both have solutions for...
I have a CSS file set up for a specific page, however when I click on some other pages(but not all) the CSS rules are copied over. I don't have...
I am using angularJS (v1.6). I created one component and used it twice on same page. On deleting component from one location from DOM, the CSS of same component (used...
Hi, I have a huge angular 1.5.7 app using angular-css 1.0.8 and with some old version of firefox like 42.0 I'm receiving "too much recursion" error, similar this issue #44,...
I found this then i had debug(trace) line by line, finally, i find out the reason in ``` /** * AngularJS hack - This way we can get and decorate...
I had add two directives to one view same time. like this: ```html DIV 1 DIV 2 ``` I used $css.bind(....., $scope) in controller of directive when i try to...
I am using angular in combination with grunt or gulp. Is there any plan to support SCSS (with grunt and gulp compilation of it?)