angular-ui-router-styles icon indicating copy to clipboard operation
angular-ui-router-styles copied to clipboard

This is a simple module for AngularJS that provides the ability to have route-specific CSS stylesheets, by integrating with Angular uiRouter

Results 8 angular-ui-router-styles issues
Sort by recently updated
recently updated
newest added

The functioning is changed to support the latest version of ui-router.

I've been using this package in regular angular apps with no problem at all But I've tried using it with angular-meteor and when I add the directive `ui-router-styles` it crashes...

awaiting-feedback

i can't use for angular 1.58 and install by bower

bower angular-ui-router#^0.2.13 validate 0.2.18 against https://github.com/angular-ui/angular-ui-router-bower.git#^0.2.13 bower ECONFLICT Unable to find suitable version for angular-ui-router my angular 1.5.8 ui-router 0.3.2

Hello @manuelmazzuola! It's me back again ) I've encountered another issue with the module during it's use in one of our projects. The problem is that the module loads stylesheets...

- There is no direct way to disable some named style in the state down the chain - Named styles construct is too bulky - What if we could advance...

enhancement

Hello , have the following problem , I am using ui- router- style to load a css per route , for example: ``` $stateProvider .state( 'login' , { url: '/login'...