Files
ionic-framework/js/angular/service/navViewDelegate.js
Adam Bradley 3baa66c313 refactor(delegateService): expose ionic.DelegateService
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.
2014-12-12 20:33:02 -06:00

7 lines
92 B
JavaScript

IonicModule
.service('$ionicNavViewDelegate', ionic.DelegateService([
'clearCache'
]));