mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
This change makes the DelegateService available on the ionic namespace. It is useful so external directives can follow the delegate pattern set by the framework itself.
7 lines
92 B
JavaScript
7 lines
92 B
JavaScript
|
|
IonicModule
|
|
.service('$ionicNavViewDelegate', ionic.DelegateService([
|
|
'clearCache'
|
|
]));
|
|
|