ionic-toast.module.js 74 B

1234
  1. 'use strict';
  2. angular.module('ionic-toast', [
  3. 'ionic-toast.provider'
  4. ]);