Skip to content

Commit

Permalink
set restrict to EAC
Browse files Browse the repository at this point in the history
You should be able to use elements as well as attributes and classes in
your HTML markup
  • Loading branch information
Wanja Stier authored and Wanja Stier committed Mar 18, 2014
1 parent 29c4d3d commit 50798d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/js/timer.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
angular.module('timer', [])
.directive('timer', ['$compile', function ($compile) {
return {
restrict: 'E',
restrict: 'EAC',
replace: false,
scope: {
interval: '=interval',
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-timer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* angular-timer - v1.0.12 - 2014-03-17 9:06 PM
* angular-timer - v1.0.12 - 2014-03-18 1:23 PM
* https://github.com/siddii/angular-timer
*
* Copyright (c) 2014 Siddique Hameed
Expand All @@ -8,7 +8,7 @@
angular.module('timer', [])
.directive('timer', ['$compile', function ($compile) {
return {
restrict: 'E',
restrict: 'EAC',
replace: false,
scope: {
interval: '=interval',
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-timer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 50798d3

Please sign in to comment.