how to call function in ionic framework + angularjs?

后端 未结 2 1069
深忆病人
深忆病人 2021-01-31 06:25

I am using ionic framework to make android app .I am having cordova 5.1 version .first I create a project using command line ionic start myApp tabs

2条回答
  •  無奈伤痛
    2021-01-31 07:31

    I found your error:

    TypeError: Arguments to path.join must be strings
        at Object.win32.join (path.js:233:13)
    

    It was fixed by appending the end tag

    
    
    

提交回复
热议问题