diff --git a/angular-query-builder.js b/angular-query-builder.js index 8c5e2cc..889cf70 100644 --- a/angular-query-builder.js +++ b/angular-query-builder.js @@ -31,7 +31,7 @@ app.controller('QueryBuilderCtrl', ['$scope', function ($scope) { var queryBuilder = angular.module('queryBuilder', []); queryBuilder.directive('queryBuilder', ['$compile', function ($compile) { return { - restrict: 'E', + restrict: 'A', scope: { group: '=' }, diff --git a/index.html b/index.html index ac540a0..83f65f9 100644 --- a/index.html +++ b/index.html @@ -18,39 +18,45 @@

Angular.js Query Builder

- +
+ + + \ No newline at end of file