From 9104f873facb970cbc0f0f8e8417a2719ef30b1d Mon Sep 17 00:00:00 2001 From: harellevy Date: Sat, 10 Oct 2015 15:15:36 +0300 Subject: [PATCH] this causes a syntax bug. Please fix it. --- ionic.contrib.drawer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionic.contrib.drawer.js b/ionic.contrib.drawer.js index b2f5815..7327b02 100644 --- a/ionic.contrib.drawer.js +++ b/ionic.contrib.drawer.js @@ -172,7 +172,7 @@ angular.module('ionic.contrib.drawer', ['ionic']) }; } } -}]); +}]) .directive('drawerClose', ['$rootScope', function($rootScope) { return {