├── README.md ├── $http service ├── .idea │ ├── .name │ ├── vcs.xml │ ├── modules.xml │ ├── 抽取$http到service服务.iml │ └── misc.xml ├── community-master │ ├── lib │ │ ├── ueditor │ │ │ ├── themes │ │ │ │ ├── iframe.css │ │ │ │ └── default │ │ │ │ │ ├── images │ │ │ │ │ ├── lock.gif │ │ │ │ │ ├── word.gif │ │ │ │ │ ├── anchor.gif │ │ │ │ │ ├── arrow.png │ │ │ │ │ ├── charts.png │ │ │ │ │ ├── icons.gif │ │ │ │ │ ├── icons.png │ │ │ │ │ ├── scale.png │ │ │ │ │ ├── spacer.gif │ │ │ │ │ ├── upload.png │ │ │ │ │ ├── arrow_up.png │ │ │ │ │ ├── button-bg.gif │ │ │ │ │ ├── cursor_h.gif │ │ │ │ │ ├── cursor_h.png │ │ │ │ │ ├── cursor_v.gif │ │ │ │ │ ├── cursor_v.png │ │ │ │ │ ├── filescan.png │ │ │ │ │ ├── icons-all.gif │ │ │ │ │ ├── loaderror.png │ │ │ │ │ ├── loading.gif │ │ │ │ │ ├── pagebreak.gif │ │ │ │ │ ├── sortable.png │ │ │ │ │ ├── videologo.gif │ │ │ │ │ ├── wordpaste.png │ │ │ │ │ ├── arrow_down.png │ │ │ │ │ ├── highlighted.gif │ │ │ │ │ ├── sparator_v.png │ │ │ │ │ ├── toolbar_bg.png │ │ │ │ │ ├── cancelbutton.gif │ │ │ │ │ ├── unhighlighted.gif │ │ │ │ │ ├── dialog-title-bg.png │ │ │ │ │ ├── neweditor-tab-bg.png │ │ │ │ │ ├── table-cell-align.png │ │ │ │ │ └── tangram-colorpicker.png │ │ │ │ │ └── dialogbase.css │ │ │ ├── jsp │ │ │ │ ├── config.json │ │ │ │ ├── lib │ │ │ │ │ ├── json.jar │ │ │ │ │ ├── ueditor-1.1.1.jar │ │ │ │ │ ├── commons-io-2.4.jar │ │ │ │ │ ├── commons-codec-1.9.jar │ │ │ │ │ └── commons-fileupload-1.3.1.jar │ │ │ │ └── controller.jsp │ │ │ ├── dialogs │ │ │ │ ├── map │ │ │ │ │ └── show.html │ │ │ │ ├── image │ │ │ │ │ ├── image.html │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── alignicon.jpg │ │ │ │ │ │ └── progress.png │ │ │ │ ├── table │ │ │ │ │ ├── dragicon.png │ │ │ │ │ ├── edittip.html │ │ │ │ │ ├── edittable.css │ │ │ │ │ └── edittd.html │ │ │ │ ├── video │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ ├── file-icons.png │ │ │ │ │ │ ├── left_focus.jpg │ │ │ │ │ │ ├── none_focus.jpg │ │ │ │ │ │ ├── progress.png │ │ │ │ │ │ ├── center_focus.jpg │ │ │ │ │ │ └── right_focus.jpg │ │ │ │ ├── emotion │ │ │ │ │ ├── images │ │ │ │ │ │ ├── 0.gif │ │ │ │ │ │ ├── bface.gif │ │ │ │ │ │ ├── cface.gif │ │ │ │ │ │ ├── fface.gif │ │ │ │ │ │ ├── tface.gif │ │ │ │ │ │ ├── wface.gif │ │ │ │ │ │ ├── yface.gif │ │ │ │ │ │ ├── jxface2.gif │ │ │ │ │ │ └── neweditor-tab-bg.png │ │ │ │ │ └── emotion.css │ │ │ │ ├── scrawl │ │ │ │ │ └── images │ │ │ │ │ │ ├── redo.png │ │ │ │ │ │ ├── size.png │ │ │ │ │ │ ├── undo.png │ │ │ │ │ │ ├── addimg.png │ │ │ │ │ │ ├── brush.png │ │ │ │ │ │ ├── delimg.png │ │ │ │ │ │ ├── empty.png │ │ │ │ │ │ ├── emptyH.png │ │ │ │ │ │ ├── eraser.png │ │ │ │ │ │ ├── redoH.png │ │ │ │ │ │ ├── scale.png │ │ │ │ │ │ ├── scaleH.png │ │ │ │ │ │ ├── undoH.png │ │ │ │ │ │ └── delimgH.png │ │ │ │ ├── template │ │ │ │ │ ├── images │ │ │ │ │ │ ├── bg.gif │ │ │ │ │ │ ├── pre0.png │ │ │ │ │ │ ├── pre1.png │ │ │ │ │ │ ├── pre2.png │ │ │ │ │ │ ├── pre3.png │ │ │ │ │ │ └── pre4.png │ │ │ │ │ ├── template.html │ │ │ │ │ ├── template.css │ │ │ │ │ └── template.js │ │ │ │ ├── attachment │ │ │ │ │ ├── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ ├── icons.gif │ │ │ │ │ │ ├── icons.png │ │ │ │ │ │ ├── image.png │ │ │ │ │ │ ├── success.gif │ │ │ │ │ │ ├── success.png │ │ │ │ │ │ ├── alignicon.gif │ │ │ │ │ │ ├── alignicon.png │ │ │ │ │ │ ├── file-icons.gif │ │ │ │ │ │ ├── file-icons.png │ │ │ │ │ │ └── progress.png │ │ │ │ │ ├── attachment.html │ │ │ │ │ └── fileTypeImages │ │ │ │ │ │ ├── icon_mv.gif │ │ │ │ │ │ ├── icon_chm.gif │ │ │ │ │ │ ├── icon_doc.gif │ │ │ │ │ │ ├── icon_exe.gif │ │ │ │ │ │ ├── icon_jpg.gif │ │ │ │ │ │ ├── icon_mp3.gif │ │ │ │ │ │ ├── icon_pdf.gif │ │ │ │ │ │ ├── icon_ppt.gif │ │ │ │ │ │ ├── icon_psd.gif │ │ │ │ │ │ ├── icon_rar.gif │ │ │ │ │ │ ├── icon_txt.gif │ │ │ │ │ │ ├── icon_xls.gif │ │ │ │ │ │ └── icon_default.png │ │ │ │ ├── background │ │ │ │ │ └── images │ │ │ │ │ │ ├── bg.png │ │ │ │ │ │ └── success.png │ │ │ │ ├── charts │ │ │ │ │ ├── images │ │ │ │ │ │ ├── charts0.png │ │ │ │ │ │ ├── charts1.png │ │ │ │ │ │ ├── charts2.png │ │ │ │ │ │ ├── charts3.png │ │ │ │ │ │ ├── charts4.png │ │ │ │ │ │ └── charts5.png │ │ │ │ │ └── chart.config.js │ │ │ │ ├── wordimage │ │ │ │ │ ├── imageUploader.swf │ │ │ │ │ └── fClipboard_ueditor.swf │ │ │ │ ├── help │ │ │ │ │ ├── help.css │ │ │ │ │ └── help.js │ │ │ │ ├── spechars │ │ │ │ │ └── spechars.html │ │ │ │ ├── music │ │ │ │ │ ├── music.html │ │ │ │ │ └── music.css │ │ │ │ ├── preview │ │ │ │ │ └── preview.html │ │ │ │ ├── anchor │ │ │ │ │ └── anchor.html │ │ │ │ ├── snapscreen │ │ │ │ │ └── snapscreen.html │ │ │ │ └── webapp │ │ │ │ │ └── webapp.html │ │ │ ├── lang │ │ │ │ ├── en │ │ │ │ │ └── images │ │ │ │ │ │ ├── button.png │ │ │ │ │ │ ├── copy.png │ │ │ │ │ │ ├── music.png │ │ │ │ │ │ ├── upload.png │ │ │ │ │ │ ├── addimage.png │ │ │ │ │ │ ├── background.png │ │ │ │ │ │ ├── localimage.png │ │ │ │ │ │ ├── deletedisable.png │ │ │ │ │ │ ├── deleteenable.png │ │ │ │ │ │ ├── listbackground.png │ │ │ │ │ │ ├── rotateleftenable.png │ │ │ │ │ │ ├── alldeletebtnupskin.png │ │ │ │ │ │ ├── rotateleftdisable.png │ │ │ │ │ │ ├── rotaterightdisable.png │ │ │ │ │ │ ├── rotaterightenable.png │ │ │ │ │ │ └── alldeletebtnhoverskin.png │ │ │ │ └── zh-cn │ │ │ │ │ └── images │ │ │ │ │ ├── copy.png │ │ │ │ │ ├── music.png │ │ │ │ │ ├── upload.png │ │ │ │ │ └── localimage.png │ │ │ └── third-party │ │ │ │ ├── video-js │ │ │ │ ├── font │ │ │ │ │ ├── vjs.eot │ │ │ │ │ ├── vjs.ttf │ │ │ │ │ └── vjs.woff │ │ │ │ └── video-js.swf │ │ │ │ ├── webuploader │ │ │ │ ├── Uploader.swf │ │ │ │ └── webuploader.css │ │ │ │ ├── snapscreen │ │ │ │ └── UEditorSnapscreen.exe │ │ │ │ ├── zeroclipboard │ │ │ │ └── ZeroClipboard.swf │ │ │ │ └── highcharts │ │ │ │ ├── modules │ │ │ │ ├── heatmap.js │ │ │ │ ├── heatmap.src.js │ │ │ │ ├── no-data-to-display.js │ │ │ │ └── funnel.js │ │ │ │ ├── themes │ │ │ │ └── skies.js │ │ │ │ └── adapters │ │ │ │ └── mootools-adapter.js │ │ ├── angularjs │ │ │ ├── angular-cookies.min.js │ │ │ └── angular-cookies.min.js.map │ │ └── jquery │ │ │ └── jquery.cookie.js │ ├── img │ │ ├── 1.png │ │ ├── down.png │ │ ├── jt.rar │ │ ├── up.png │ │ ├── up2.png │ │ ├── 15X15.png │ │ ├── 18X18.png │ │ ├── down2.png │ │ ├── images.zip │ │ ├── small.png │ │ ├── small2.png │ │ ├── article.png │ │ ├── article1.png │ │ ├── article2.png │ │ ├── headImg.jpg │ │ ├── headImg.png │ │ ├── picture-1.jpg │ │ ├── question.png │ │ ├── question2.png │ │ ├── up-hover.png │ │ ├── up-hover2.png │ │ ├── down-hover.png │ │ └── down-hover2.png │ ├── askPage.png │ ├── detailPage.png │ ├── mainPage1.png │ ├── mainPage2.png │ ├── userPage1.png │ ├── userPage2.png │ ├── Web.config │ ├── js │ │ ├── filters.js │ │ └── community.js │ ├── README.md │ ├── templates │ │ ├── pagination.html │ │ ├── question.html │ │ ├── article.html │ │ ├── ask.html │ │ ├── loginDialog.html │ │ ├── nav.html │ │ └── uploadImgDialog.html │ └── index.html ├── src │ ├── app.js │ ├── service.js │ ├── app2.js │ ├── service2.js │ └── controller.js ├── service2.html ├── service4.html ├── service5.html ├── service1.html ├── js │ └── angular-cookies.min.js ├── service.html ├── service6.html └── service3.html ├── angular-navbar-master ├── temps │ ├── 11.html │ ├── 22.html │ ├── 33.html │ ├── 44.html │ └── 55.html ├── router1.html ├── router2.html ├── js │ ├── abb.js │ ├── app.js │ └── nav.json ├── .gitignore ├── case.html ├── info.html ├── news.html ├── contact.html ├── product.html ├── bower.json ├── home.html ├── readme.md ├── register.html ├── css │ └── main.css └── page1.html ├── .gitattributes ├── day26 ├── ng-file-upload-master │ ├── test │ │ ├── .bowerrc │ │ ├── bower.json │ │ ├── spec │ │ │ └── test.js │ │ └── index.html │ ├── index.js │ ├── nuget │ │ ├── NuGet.exe │ │ ├── build.bat │ │ ├── nuget.sh │ │ └── Package.nuspec │ ├── dist │ │ └── FileAPI.flash.swf │ ├── src │ │ ├── FileAPI.flash.swf │ │ └── shim-filereader.js │ ├── demo │ │ ├── C# │ │ │ ├── UploadHandler.ashx │ │ │ ├── UploadHandler.ashx.cs │ │ │ └── UploadController.js │ │ └── src │ │ │ └── main │ │ │ ├── webapp │ │ │ ├── favicon.ico │ │ │ ├── img │ │ │ │ ├── tea.jpg │ │ │ │ └── tea.png │ │ │ ├── js │ │ │ │ ├── FileAPI.flash.swf │ │ │ │ └── ng-img-crop.css │ │ │ ├── crossdomain.xml │ │ │ ├── WEB-INF │ │ │ │ ├── logging.properties │ │ │ │ ├── appengine-web.xml │ │ │ │ └── web.xml │ │ │ └── donate.html │ │ │ ├── resources │ │ │ ├── META-INF │ │ │ │ ├── persistence.xml │ │ │ │ └── jdoconfig.xml │ │ │ └── log4j.properties │ │ │ └── java │ │ │ └── com │ │ │ └── df │ │ │ └── angularfileupload │ │ │ ├── CORSFilter.java │ │ │ └── S3Signature.java │ ├── .gitignore │ ├── .jshintrc │ ├── release.sh │ ├── LICENSE │ └── package.json ├── ng-file-upload-master.zip └── index11.html ├── angular tab—选项卡 ├── perge1.html ├── perge2.html ├── pergetab.html ├── css │ ├── 2.css │ └── 1.css ├── main.html └── index2.html ├── angular imocc ├── data.json ├── angular3.html ├── web.config ├── angular7.html ├── angular2.html ├── angular1.html ├── directive.html ├── directive3.html ├── angular5.html ├── directive6.html ├── directive4.html ├── directive5.html ├── angular4.html ├── angular6.html ├── directive2.html ├── directive8.html ├── provide1.html └── directive7.html ├── reg ├── demo1.html ├── demo4.html ├── demo5.html └── demo3.html └── input file ├── demo3.html ├── demo6.html ├── demo1.html ├── demo2.html ├── demo5.html └── demo4.html /README.md: -------------------------------------------------------------------------------- 1 | # angulardemo 2 | -------------------------------------------------------------------------------- /$http service/.idea/.name: -------------------------------------------------------------------------------- 1 | 抽取$http到service服务 -------------------------------------------------------------------------------- /angular-navbar-master/temps/11.html: -------------------------------------------------------------------------------- 1 |
{{greeting.text}}angular
10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /angular imocc/web.config: -------------------------------------------------------------------------------- 1 | 2 |,Angular
10 |{{greeting.text}},Angular
9 |{{greeting.text}},Angular
10 | 11 |{{greeting.text}},Angular
14 | 15 |{{ output1 }}
11 |{{ output2 }}
12 |{{ output3 }}
13 |{{aPerson.name}} - {{aPerson.country}}
10 |