Skip to content

Commit 9dfd0e6

Browse files
author
Brad Berger
committedOct 10, 2015
Removes filter di
1 parent f078e4b commit 9dfd0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/angular-material-calendar.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ angular.module("materialCalendar").service("Calendar", [function() {
133133

134134
}]);
135135

136-
angular.module("materialCalendar").directive("calendarMd", ["$compile", "$timeout", "$parse", "$http", "$q", "$filter", "$log", "Calendar", function($compile, $timeout, $parse, $http, $q, $filter, $log, Calendar) {
136+
angular.module("materialCalendar").directive("calendarMd", ["$compile", "$timeout", "$parse", "$http", "$q", "$log", "Calendar", function($compile, $timeout, $parse, $http, $q, $log, Calendar) {
137137

138138
var hasCss;
139139
var defaultTemplate = "/* angular-material-calendar.html */";

0 commit comments

Comments
 (0)
Please sign in to comment.