0

I'm looking for a way to create a drop-down of all available classes in a specific CSS file to test out the design and decide what's the best class for my element. The functionality I'm interested in is that when a class is selected from the drop-down, it will be applied to the element. The second part is easy, however, I am unable to create the list of classes using the ng-repeat directive. I want to do this on Bootstrap CSS (https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css)

1
  • show your code if you have any Commented Oct 12, 2014 at 9:36

1 Answer 1

0

I found this: https://gist.github.com/geksilla/6543145 which is exactly what I was looking for :)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.