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

Commit b09dcbb

Browse files
crisbetoThomasBurleson
authored andcommitted
fix(build): fix a warning when running local server
A warning was being logged when running the docs site locally. It was because the @ngInject in the doc string isn't considered a valid tag. Closes #8463
1 parent 40ea6ec commit b09dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/media.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ angular.module('material.core')
8484
* $scope.anotherCustom = $mdMedia('max-width: 300px');
8585
* });
8686
* </hljs>
87-
* @ngInject
8887
*/
8988

89+
/* @ngInject */
9090
function mdMediaFactory($mdConstant, $rootScope, $window) {
9191
var queries = {};
9292
var mqls = {};

0 commit comments

Comments
 (0)