Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit afa8cdd

Browse files
committed
chore(alert): remove restrict
Closes #4280
1 parent 1b76695 commit afa8cdd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/alert/alert.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ angular.module('ui.bootstrap.alert', [])
77

88
.directive('alert', function() {
99
return {
10-
restrict: 'EA',
1110
controller: 'AlertController',
1211
controllerAs: 'alert',
1312
templateUrl: function(element, attrs) {

0 commit comments

Comments
 (0)