实例介绍
基于angularjs+bootstrap的前端框架,内置全套angularjs插件及bootstrap插件
【实例截图】
【核心代码】
CientTest
└── CientTest
├── angular-stripped.html
├── api
│ ├── login
│ └── signup
├── bak
│ ├── bower.json
│ ├── grunt
│ │ ├── bower-install-simple.js
│ │ ├── bump.js
│ │ ├── changelog.js
│ │ ├── clean.js
│ │ ├── concat.js
│ │ ├── copy.js
│ │ ├── htmlmin.js
│ │ ├── index.js
│ │ ├── recess.js
│ │ └── uglify.js
│ ├── GruntFile.js
│ ├── package.json
│ ├── Readme first!.txt
│ ├── readme.txt
│ └── update.txt
├── css
│ ├── animate.css
│ ├── app.css
│ ├── bootstrap.css
│ ├── font-awesome.min.css
│ ├── font.css
│ ├── less
│ │ ├── app.arrow.less
│ │ ├── app.butterbar.less
│ │ ├── app.buttons.less
│ │ ├── app.colors.less
│ │ ├── app.components.less
│ │ ├── app.item.less
│ │ ├── app.layout.boxed.less
│ │ ├── app.layout.less
│ │ ├── app.less
│ │ ├── app.mixins.less
│ │ ├── app.nav.dock.less
│ │ ├── app.nav.less
│ │ ├── app.nav.offscreen.less
│ │ ├── app.ng.less
│ │ ├── app.plugin.less
│ │ ├── app.reset.less
│ │ ├── app.utilities.less
│ │ ├── app.variables.less
│ │ └── app.widgets.less
│ └── simple-line-icons.css
├── fonts
│ ├── FontAwesome.otf
│ ├── fontawesome-webfont.eot
│ ├── fontawesome-webfont.svg
│ ├── fontawesome-webfont.ttf
│ ├── fontawesome-webfont.woff
│ ├── glyphicons-halflings-regular.eot
│ ├── glyphicons-halflings-regular.svg
│ ├── glyphicons-halflings-regular.ttf
│ ├── glyphicons-halflings-regular.woff
│ ├── Simple-Line-Icons.eot
│ ├── Simple-Line-Icons.svg
│ ├── Simple-Line-Icons.ttf
│ ├── Simple-Line-Icons.woff
│ └── sourcesanspro
│ ├── sourcesanspro-bold.woff
│ ├── sourcesanspro-light.woff
│ └── sourcesanspro.woff
├── img
│ ├── a0.jpg
│ ├── a10.jpg
│ ├── a1.jpg
│ ├── a2.jpg
│ ├── a3.jpg
│ ├── a4.jpg
│ ├── a5.jpg
│ ├── a6.jpg
│ ├── a7.jpg
│ ├── a8.jpg
│ ├── a9.jpg
│ ├── b0.jpg
│ ├── b10.jpg
│ ├── b11.jpg
│ ├── b12.jpg
│ ├── b13.jpg
│ ├── b14.jpg
│ ├── b15.jpg
│ ├── b16.jpg
│ ├── b17.jpg
│ ├── b18.jpg
│ ├── b19.jpg
│ ├── b1.jpg
│ ├── b20.jpg
│ ├── b2.jpg
│ ├── b3.jpg
│ ├── b4.jpg
│ ├── b5.jpg
│ ├── b6.jpg
│ ├── b7.jpg
│ ├── b8.jpg
│ ├── b9.jpg
│ ├── bg.jpg
│ ├── c0.jpg
│ ├── c1.jpg
│ ├── c2.jpg
│ ├── c3.jpg
│ ├── c4.jpg
│ ├── c5.jpg
│ ├── c6.jpg
│ ├── c7.jpg
│ ├── c8.jpg
│ ├── c9.jpg
│ ├── logo.png
│ └── p0.jpg
├── index.html
├── index.min.html
├── js
│ ├── app
│ │ ├── calendar
│ │ │ └── calendar.js
│ │ ├── contact
│ │ │ ├── contact.js
│ │ │ └── contacts.json
│ │ │ ├── mail.js
│ │ │ ├── mail-service.js
│ │ │ └── mails.json
│ │ ├── map
│ │ │ ├── load-google-maps.js
│ │ │ ├── map.js
│ │ │ └── ui-map.js
│ │ ├── music
│ │ │ ├── ctrl.js
│ │ │ ├── theme.css
│ │ │ └── videogular.css
│ │ ├── note
│ │ │ ├── note.js
│ │ │ └── notes.json
│ │ └── weather
│ │ ├── angular-skycons.js
│ │ ├── ctrl.js
│ │ └── skycons.js
│ ├── app.js
│ ├── config.js
│ ├── config.lazyload.js
│ ├── config.router.js
│ ├── controllers
│ │ ├── bootstrap.js
│ │ ├── chart.js
│ │ ├── editor.js
│ │ ├── file-upload.js
│ │ ├── form.js
│ │ ├── grid.js
│ │ ├── imgcrop.js
│ │ ├── largeLoad.json
│ │ ├── select.js
│ │ ├── signin.js
│ │ ├── signup.js
│ │ ├── slider.js
│ │ ├── tab.js
│ │ ├── toaster.js
│ │ ├── tree.js
│ │ ├── upload.php
│ │ └── vectormap.js
│ ├── directives
│ │ ├── setnganimate.js
│ │ ├── ui-butterbar.js
│ │ ├── ui-focus.js
│ │ ├── ui-fullscreen.js
│ │ ├── ui-jq.js
│ │ ├── ui-module.js
│ │ ├── ui-nav.js
│ │ ├── ui-scroll.js
│ │ ├── ui-shift.js
│ │ ├── ui-toggleclass.js
│ │ └── ui-validate.js
│ ├── filters
│ │ └── fromNow.js
│ ├── main.js
│ └── services
│ └── ui-load.js
├── l10n
│ ├── de_DE.js
│ ├── en.js
│ └── it_IT.js
├── tpl
│ ├── app_calendar.html
│ ├── app_dashboard_v1.html
│ ├── app_dashboard_v2.html
│ ├── app.html
│ ├── apps_contact.html
│ ├── apps_note.html
│ ├── apps_weather.html
│ ├── blank.html
│ ├── blocks
│ │ ├── aside.html
│ │ ├── aside.music.html
│ │ ├── header.html
│ │ ├── header.music.html
│ │ ├── nav.html
│ │ ├── page_footer.html
│ │ └── settings.html
│ ├── docs.html
│ ├── form_editor.html
│ ├── form_elements.html
│ ├── form_fileupload.html
│ ├── form_imagecrop.html
│ ├── form_select.html
│ ├── form_slider.html
│ ├── form_validation.html
│ ├── form_wizard.html
│ ├── layout_app.html
│ ├── layout_footer_fullwidth.html
│ ├── layout_footer_mobile.html
│ ├── layout_fullwidth.html
│ ├── layout.html
│ ├── layout_mobile.html
│ ├── mail.detail.html
│ ├── mail.html
│ ├── mail.list.html
│ ├── mail.new.html
│ ├── modal.form.html
│ ├── modal.html
│ ├── music.detail.html
│ ├── music.genres.html
│ ├── music.home.html
│ ├── music.html
│ ├── music.mtv.detail.html
│ ├── music.mtv.html
│ ├── music.player.html
│ ├── music.playlist.html
│ ├── page_404.html
│ ├── page_forgotpwd.html
│ ├── page_invoice.html
│ ├── page_lockme.html
│ ├── page_post.html
│ ├── page_price.html
│ ├── page_profile.html
│ ├── page_search.html
│ ├── page_signin.html
│ ├── page_signup.html
│ ├── table_datatable.html
│ ├── table_footable.html
│ ├── table_grid.html
│ ├── table_static.html
│ ├── ui_bootstrap.html
│ ├── ui_buttons.html
│ ├── ui_chart.html
│ ├── ui_googlemap.html
│ ├── ui_grid.html
│ ├── ui_icons.html
│ ├── ui_jvectormap.html
│ ├── ui_portlet.html
│ ├── ui_sortable.html
│ ├── ui_timeline.html
│ ├── ui_toaster.html
│ ├── ui_tree.html
│ └── ui_widgets.html
├── vendor
│ ├── angular
│ │ ├── angular-animate
│ │ │ └── angular-animate.js
│ │ ├── angular-bootstrap
│ │ │ └── ui-bootstrap-tpls.js
│ │ ├── angular-cookies
│ │ │ └── angular-cookies.js
│ │ ├── angular.js
│ │ ├── angular-resource
│ │ │ └── angular-resource.js
│ │ ├── angular-sanitize
│ │ │ └── angular-sanitize.js
│ │ ├── angular-touch
│ │ │ └── angular-touch.js
│ │ ├── angular-translate
│ │ │ ├── angular-translate.js
│ │ │ ├── loader-static-files.js
│ │ │ ├── storage-cookie.js
│ │ │ └── storage-local.js
│ │ ├── angular-ui-router
│ │ │ └── angular-ui-router.js
│ │ ├── angular-ui-utils
│ │ │ └── ui-utils.js
│ │ ├── ngstorage
│ │ │ └── ngStorage.js
│ │ └── oclazyload
│ │ └── ocLazyLoad.js
│ ├── jquery
│ │ ├── bootstrap.js
│ │ ├── charts
│ │ │ ├── easypiechart
│ │ │ │ └── jquery.easy-pie-chart.js
│ │ │ ├── flot
│ │ │ │ ├── jquery.flot.min.js
│ │ │ │ ├── jquery.flot.orderBars.js
│ │ │ │ ├── jquery.flot.pie.min.js
│ │ │ │ ├── jquery.flot.resize.js
│ │ │ │ ├── jquery.flot.spline.js
│ │ │ │ └── jquery.flot.tooltip.min.js
│ │ │ └── sparkline
│ │ │ └── jquery.sparkline.min.js
│ │ ├── chosen
│ │ │ ├── chosen.css
│ │ │ ├── chosen.jquery.min.js
│ │ │ ├── chosen-sprite@2x.png
│ │ │ └── chosen-sprite.png
│ │ ├── datatables
│ │ │ ├── datatable.json
│ │ │ ├── dataTables.bootstrap.css
│ │ │ ├── dataTables.bootstrap.js
│ │ │ └── jquery.dataTables.min.js
│ │ ├── file
│ │ │ └── bootstrap-filestyle.min.js
│ │ ├── footable
│ │ │ ├── fonts
│ │ │ │ ├── footable.eot
│ │ │ │ ├── footable.svg
│ │ │ │ ├── footable.ttf
│ │ │ │ └── footable.woff
│ │ │ ├── footable.all.min.js
│ │ │ └── footable.core.css
│ │ ├── fullcalendar
│ │ │ ├── fullcalendar.css
│ │ │ ├── fullcalendar.min.js
│ │ │ └── theme.css
│ │ ├── jquery.min.js
│ │ ├── jquery-ui-1.10.3.custom.min.js
│ │ ├── jquery.ui.touch-punch.min.js
│ │ ├── jvectormap
│ │ │ ├── jquery-jvectormap.css
│ │ │ ├── jquery-jvectormap.min.js
│ │ │ ├── jquery-jvectormap-us-aea-en.js
│ │ │ └── jquery-jvectormap-world-mill-en.js
│ │ ├── nestable
│ │ │ ├── jquery.nestable.js
│ │ │ └── nestable.css
│ │ ├── select2
│ │ │ ├── select2-bootstrap.css
│ │ │ ├── select2.css
│ │ │ ├── select2.min.js
│ │ │ ├── select2.png
│ │ │ ├── select2-spinner.gif
│ │ │ └── select2x2.png
│ │ ├── slider
│ │ │ ├── bootstrap-slider.js
│ │ │ └── slider.css
│ │ ├── slimscroll
│ │ │ └── jquery.slimscroll.min.js
│ │ ├── sortable
│ │ │ └── jquery.sortable.js
│ │ ├── spinner
│ │ │ ├── jquery.bootstrap-touchspin.css
│ │ │ └── jquery.bootstrap-touchspin.min.js
│ │ └── wysiwyg
│ │ ├── bootstrap-wysiwyg.js
│ │ └── jquery.hotkeys.js
│ ├── libs
│ │ ├── moment.min.js
│ │ └── screenfull.min.js
│ └── modules
│ ├── angular-bootstrap-nav-tree
│ │ ├── abn_tree.css
│ │ └── abn_tree_directive.js
│ ├── angular-file-upload
│ │ └── angular-file-upload.min.js
│ ├── angularjs-toaster
│ │ ├── toaster.css
│ │ └── toaster.js
│ ├── angular-slider
│ │ ├── angular-slider.css
│ │ └── angular-slider.min.js
│ ├── angular-ui-calendar
│ │ └── calendar.js
│ ├── angular-ui-select
│ │ ├── select.min.css
│ │ └── select.min.js
│ ├── ng-grid
│ │ ├── ng-grid.min.css
│ │ ├── ng-grid.min.js
│ │ └── theme.css
│ ├── ngImgCrop
│ │ ├── ng-img-crop.css
│ │ └── ng-img-crop.js
│ ├── textAngular
│ │ ├── textAngular.min.js
│ │ └── textAngular-sanitize.min.js
│ └── videogular
│ ├── plugins
│ │ ├── buffering.min.js
│ │ ├── controls.min.js
│ │ ├── ima-ads.min.js
│ │ ├── overlay-play.min.js
│ │ └── poster.min.js
│ └── videogular.min.js
├── 找网站模板就上【模板之家】cssMoban.com.url
└── 说明.txt
70 directories, 325 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论