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

refactor($sniffer): make $sniffer service private #827

Merged
merged 1 commit into from
Mar 26, 2012

Conversation

IgorMinar
Copy link
Contributor

This service has been accidentaly documented in the past, it should not be considered
to be public api.

I'm also removing fallback to Modernizr since we don't need it.

Breaks any app that depends on this service and its fallback to Modernizr, please
migrate to custom "Modernizr" service:

module.value('Modernizr', function() { return Modernizr; });

This service has been accidentaly documented in the past, it should not be considered
to be public api.

I'm also removing fallback to Modernizr since we don't need it.

Breaks any app that depends on this service and its fallback to Modernizr, please
migrate to custom "Modernizr" service:

    module.value('Modernizr', function() { return Modernizr; });
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants