client/app/app_controller_test.js
author ymh <ymh.work@gmail.com>
Sat, 25 Oct 2014 05:43:01 +0200
changeset 66 658561ea9e65
parent 1 1cdebfeb77f9
permissions -rw-r--r--
export sync code in utils, and add button to synchronize annotation on eventsessionview

'use strict';

describe("app_controller_test", function(){
    it("should assert something",function(){
        expect(true).toBe(true);
    })
})