From 481508d0e7ae9e4984ea380b9a43e589551c7a5b Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Tue, 18 Feb 2014 03:04:42 -0800 Subject: style: remove ws and enfore no-trailing-ws jscs rule --- src/ng/directive/ngBind.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ng/directive/ngBind.js') diff --git a/src/ng/directive/ngBind.js b/src/ng/directive/ngBind.js index 6bd4fd27..2bd01f91 100644 --- a/src/ng/directive/ngBind.js +++ b/src/ng/directive/ngBind.js @@ -144,14 +144,14 @@ var ngBindTemplateDirective = ['$interpolate', function($interpolate) { * * @example Try it here: enter text in text box and watch the greeting change. - +

- + angular.module('ngBindHtmlExample', ['ngSanitize']) -- cgit v1.2.3