From c217907657f312994069ca820ca296d7cfd3cb62 Mon Sep 17 00:00:00 2001 From: Dawid Adamek Date: Fri, 22 May 2015 12:24:40 +0200 Subject: [PATCH] Accept notify in ui-sref-opts. + Issue: #1875 --- src/stateDirectives.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stateDirectives.js b/src/stateDirectives.js index 09991030c..3432f72a2 100644 --- a/src/stateDirectives.js +++ b/src/stateDirectives.js @@ -78,7 +78,7 @@ function stateContext(el) { */ $StateRefDirective.$inject = ['$state', '$timeout']; function $StateRefDirective($state, $timeout) { - var allowedOptions = ['location', 'inherit', 'reload', 'absolute']; + var allowedOptions = ['location', 'inherit', 'reload', 'absolute', 'notify']; return { restrict: 'A',