Skip to content

Angular directive that allows you to have inline style tag <style></style> where the content comes from the angular scope.

License

Notifications You must be signed in to change notification settings

phra/angular-inline-style

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-inline-style-directive

This angular directive allows you to have inline style tag <style></style> where the content comes from the angular scope.

Usage

<inline-style ng-controller="MyCtrl" css="css"></inline-style>

where MyCtrl is a controller where the scope is defined and css is a variable defined in MyCtrl 's scope.

Installation

bower install --save angular-inline-style-directive

About

Angular directive that allows you to have inline style tag <style></style> where the content comes from the angular scope.

Resources

License

Stars

Watchers

Forks

Packages

No packages published