Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

fix(progress-circular): add theming, simplify demo #7576

Closed

Conversation

crisbeto
Copy link
Member

  • Applies $mdTheming to the progressCircular component.
  • Simplifies the progressCircular demo.

Closes #7570.

@crisbeto crisbeto added the needs: review This PR is waiting on review from the team label Mar 15, 2016
@@ -47,13 +47,22 @@ angular
'$$rAF',
'$window',
'$mdProgressCircular',
'$mdTheming',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a question related to the progress circular. Why are we using Strict DI here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question. I suppose I just went with it out of habit, I'll switch to the regular DI.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks 👍

* Applies `$mdTheming` to the `progressCircular` component.
* Simplifies the `progressCircular` demo and adds an example of the dark theme colors.
* Removes strict dependency injection in the `progressCircularDirective`.

Closes angular#7570.
@crisbeto crisbeto force-pushed the fix/progress-circular-theming branch from 09c5180 to 8850b10 Compare March 15, 2016 18:57
@crisbeto
Copy link
Member Author

It's updated to include the dark theme and the notes by @devversion, @ThomasBurleson.

@devversion
Copy link
Member

@crisbeto Theming and DI looks good to me 👍

@crisbeto crisbeto added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Mar 15, 2016
@crisbeto crisbeto deleted the fix/progress-circular-theming branch March 16, 2016 18:17
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants