How to integrate AngularUI to AngularJS?

前端 未结 5 2006
梦毁少年i
梦毁少年i 2020-12-02 06:24

Sorry for the silly question, does everyone know how to start using AngularUI? I\'ve downloaded it from Github and read the instruction in README but still don\'t understand

5条回答
  •  星月不相逢
    2020-12-02 06:37

    I think what is missing is plugins - you've got to add the jquery plugin scripts and css for some angular-ui directives to work. For example the codemirror directive needs:

        
        
    
    

    It's a surprise to me that angular-ui.github.com doesn't mention needing to include plugins.

提交回复
热议问题