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