Skip to content

Commit b65595c

Browse files
chore(docs): remove unused cookie service and module
1 parent ef114ce commit b65595c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/app/src/app.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
angular.module('docsApp', [
22
'ngRoute',
3-
'ngCookies',
43
'ngSanitize',
54
'ngAnimate',
65
'DocsController',

docs/app/src/docs.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
angular.module('DocsController', [])
22

33
.controller('DocsController', [
4-
'$scope', '$rootScope', '$location', '$window', '$cookies', 'openPlunkr',
4+
'$scope', '$rootScope', '$location', '$window', 'openPlunkr',
55
'NG_PAGES', 'NG_NAVIGATION', 'NG_VERSION',
6-
function($scope, $rootScope, $location, $window, $cookies, openPlunkr,
6+
function($scope, $rootScope, $location, $window, openPlunkr,
77
NG_PAGES, NG_NAVIGATION, NG_VERSION) {
88

99
$scope.openPlunkr = openPlunkr;

0 commit comments

Comments
 (0)