1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 19:42:01 +02:00

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')
}))
})