File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -540,7 +540,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
540
540
*
541
541
* Callback function for when a state is entered. Good way
542
542
* to trigger an action or dispatch an event, such as opening a dialog.
543
- * If minifying your scripts, make sure to explictly annotate this function,
543
+ * If minifying your scripts, make sure to explicitly annotate this function,
544
544
* because it won't be automatically annotated by your build tools.
545
545
*
546
546
* <pre>onEnter: function(MyService, $stateParams) {
@@ -552,7 +552,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
552
552
*
553
553
* Callback function for when a state is exited. Good way to
554
554
* trigger an action or dispatch an event, such as opening a dialog.
555
- * If minifying your scripts, make sure to explictly annotate this function,
555
+ * If minifying your scripts, make sure to explicitly annotate this function,
556
556
* because it won't be automatically annotated by your build tools.
557
557
*
558
558
* <pre>onExit: function(MyService, $stateParams) {
You can’t perform that action at this time.
0 commit comments