Add Native Url opener service.

Chat temporarily enabled with the Native Url opener.
This commit is contained in:
Gunther Brunner
2014-09-19 17:37:37 +09:00
parent 430103a913
commit 769a6b1d78
6 changed files with 118 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
describe('NativeUrlService', function() {
beforeEach(angular.mock.module(require('./').name))
it('should ...', inject(function(NativeUrlService) {
//expect(NativeUrlService.doSomething()).toEqual('something')
}))
})