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',