├── .gitignore
├── README
└── examples
├── LICENSE
├── angularjs-1.3.x
├── angular-animate.js
├── angular-animate.min.js
├── angular-animate.min.js.map
├── angular-aria.js
├── angular-aria.min.js
├── angular-aria.min.js.map
├── angular-cookies.js
├── angular-cookies.min.js
├── angular-cookies.min.js.map
├── angular-csp.css
├── angular-loader.js
├── angular-loader.min.js
├── angular-loader.min.js.map
├── angular-messages.js
├── angular-messages.min.js
├── angular-messages.min.js.map
├── angular-mocks.js
├── 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-sanitize.js
├── angular-sanitize.min.js
├── angular-sanitize.min.js.map
├── angular-scenario.js
├── angular-touch.js
├── angular-touch.min.js
├── angular-touch.min.js.map
├── angular.js
├── angular.min.js
├── angular.min.js.map
├── docs
│ ├── Error404.html
│ ├── components
│ │ ├── bootstrap-3.1.1
│ │ │ ├── css
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ └── bootstrap.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ └── js
│ │ │ │ ├── bootstrap.js
│ │ │ │ └── bootstrap.min.js
│ │ ├── google-code-prettify-1.0.1
│ │ │ ├── CHANGES.html
│ │ │ ├── COPYING
│ │ │ ├── README-zh-Hans.html
│ │ │ ├── README.html
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── src
│ │ │ │ ├── lang-apollo.js
│ │ │ │ ├── lang-clj.js
│ │ │ │ ├── lang-css.js
│ │ │ │ ├── lang-dart.js
│ │ │ │ ├── lang-go.js
│ │ │ │ ├── lang-hs.js
│ │ │ │ ├── lang-lisp.js
│ │ │ │ ├── lang-lua.js
│ │ │ │ ├── lang-ml.js
│ │ │ │ ├── lang-n.js
│ │ │ │ ├── lang-proto.js
│ │ │ │ ├── lang-scala.js
│ │ │ │ ├── lang-sql.js
│ │ │ │ ├── lang-tex.js
│ │ │ │ ├── lang-vb.js
│ │ │ │ ├── lang-vhdl.js
│ │ │ │ ├── lang-wiki.js
│ │ │ │ ├── lang-xq.js
│ │ │ │ ├── lang-yaml.js
│ │ │ │ ├── prettify.css
│ │ │ │ └── prettify.js
│ │ │ └── styles
│ │ │ │ ├── demo.html
│ │ │ │ ├── desert.css
│ │ │ │ ├── index.html
│ │ │ │ ├── sons-of-obsidian.css
│ │ │ │ └── sunburst.css
│ │ ├── jquery-2.1.1
│ │ │ ├── jquery.js
│ │ │ └── jquery.min.js
│ │ ├── lunr.js-0.4.2
│ │ │ ├── lunr.js
│ │ │ ├── lunr.min.js
│ │ │ └── server.js
│ │ ├── marked-0.3.2
│ │ │ ├── index.js
│ │ │ └── lib
│ │ │ │ └── marked.js
│ │ └── open-sans-fontface-1.0.4
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── fonts
│ │ │ ├── Bold
│ │ │ │ ├── OpenSans-Bold.eot
│ │ │ │ ├── OpenSans-Bold.svg
│ │ │ │ ├── OpenSans-Bold.ttf
│ │ │ │ └── OpenSans-Bold.woff
│ │ │ ├── BoldItalic
│ │ │ │ ├── OpenSans-BoldItalic.eot
│ │ │ │ ├── OpenSans-BoldItalic.svg
│ │ │ │ ├── OpenSans-BoldItalic.ttf
│ │ │ │ └── OpenSans-BoldItalic.woff
│ │ │ ├── ExtraBold
│ │ │ │ ├── OpenSans-ExtraBold.eot
│ │ │ │ ├── OpenSans-ExtraBold.svg
│ │ │ │ ├── OpenSans-ExtraBold.ttf
│ │ │ │ └── OpenSans-ExtraBold.woff
│ │ │ ├── ExtraBoldItalic
│ │ │ │ ├── OpenSans-ExtraBoldItalic.eot
│ │ │ │ ├── OpenSans-ExtraBoldItalic.svg
│ │ │ │ ├── OpenSans-ExtraBoldItalic.ttf
│ │ │ │ └── OpenSans-ExtraBoldItalic.woff
│ │ │ ├── Italic
│ │ │ │ ├── OpenSans-Italic.eot
│ │ │ │ ├── OpenSans-Italic.svg
│ │ │ │ ├── OpenSans-Italic.ttf
│ │ │ │ └── OpenSans-Italic.woff
│ │ │ ├── Light
│ │ │ │ ├── OpenSans-Light.eot
│ │ │ │ ├── OpenSans-Light.svg
│ │ │ │ ├── OpenSans-Light.ttf
│ │ │ │ └── OpenSans-Light.woff
│ │ │ ├── LightItalic
│ │ │ │ ├── OpenSans-LightItalic.eot
│ │ │ │ ├── OpenSans-LightItalic.svg
│ │ │ │ ├── OpenSans-LightItalic.ttf
│ │ │ │ └── OpenSans-LightItalic.woff
│ │ │ ├── Regular
│ │ │ │ ├── OpenSans-Regular.eot
│ │ │ │ ├── OpenSans-Regular.svg
│ │ │ │ ├── OpenSans-Regular.ttf
│ │ │ │ └── OpenSans-Regular.woff
│ │ │ ├── Semibold
│ │ │ │ ├── OpenSans-Semibold.eot
│ │ │ │ ├── OpenSans-Semibold.svg
│ │ │ │ ├── OpenSans-Semibold.ttf
│ │ │ │ └── OpenSans-Semibold.woff
│ │ │ └── SemiboldItalic
│ │ │ │ ├── OpenSans-SemiboldItalic.eot
│ │ │ │ ├── OpenSans-SemiboldItalic.svg
│ │ │ │ ├── OpenSans-SemiboldItalic.ttf
│ │ │ │ └── OpenSans-SemiboldItalic.woff
│ │ │ ├── index.html
│ │ │ ├── open-sans.css
│ │ │ ├── open-sans.less
│ │ │ └── open-sans.scss
│ ├── css
│ │ ├── animations.css
│ │ ├── doc_widgets.css
│ │ ├── docs.css
│ │ ├── prettify-theme.css
│ │ └── prettify.css
│ ├── examples
│ │ ├── example-$filter
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-$route-service
│ │ │ ├── book.html
│ │ │ ├── chapter.html
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-NgModelController
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-checkbox-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-date-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-datetimelocal-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-email-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-error-$rootScope-inprog
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example.csp
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example1
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example10
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example100
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example101
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example102
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example103
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example104
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example105
│ │ │ ├── http-hello.html
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example106
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example107
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example108
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example109
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example11
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer.html
│ │ │ └── script.js
│ │ ├── example-example110
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ ├── script.js
│ │ │ └── test_data.json
│ │ ├── example-example111
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example112
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example113
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example114
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example115
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example116
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example12
│ │ │ ├── customer-address.html
│ │ │ ├── customer-name.html
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example13
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer.html
│ │ │ └── script.js
│ │ ├── example-example14
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer.html
│ │ │ └── script.js
│ │ ├── example-example15
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer-iso.html
│ │ │ └── script.js
│ │ ├── example-example16
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer-plus-vojta.html
│ │ │ └── script.js
│ │ ├── example-example17
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example18
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-dialog.html
│ │ │ └── script.js
│ │ ├── example-example19
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-dialog.html
│ │ │ └── script.js
│ │ ├── example-example2
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example20
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-dialog-close.html
│ │ │ └── script.js
│ │ ├── example-example21
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example22
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-pane.html
│ │ │ ├── my-tabs.html
│ │ │ └── script.js
│ │ ├── example-example23
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example24
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example25
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example26
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example27
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example28
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example29
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example3
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example30
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example31
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example32
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example33
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example34
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example35
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example36
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example37
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example38
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example39
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example4
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── style.css
│ │ ├── example-example40
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example41
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example42
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example43
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example44
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example45
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example46
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example47
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example48
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example49
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example5
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example50
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example51
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example52
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example53
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example54
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example55
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example56
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example57
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example58
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example59
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example6
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example60
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example61
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example62
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example63
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example64
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example65
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example66
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example67
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example68
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example69
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example7
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example70
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example71
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example72
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example73
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example74
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example75
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example76
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example77
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example78
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example79
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example8
│ │ │ ├── app.css
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example80
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example81
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example82
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example83
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example84
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ ├── script.js
│ │ │ ├── template1.html
│ │ │ └── template2.html
│ │ ├── example-example85
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example86
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example87
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example88
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example89
│ │ │ ├── animations.css
│ │ │ ├── glyphicons.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example9
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example90
│ │ │ ├── animations.css
│ │ │ ├── glyphicons.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example91
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example92
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example93
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example94
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example95
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example96
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example97
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example98
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example99
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-guide-concepts-1
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-guide-concepts-2
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── invoice1.js
│ │ │ └── manifest.json
│ │ ├── example-guide-concepts-21
│ │ │ ├── finance2.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── invoice2.js
│ │ │ └── manifest.json
│ │ ├── example-guide-concepts-3
│ │ │ ├── finance3.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── invoice3.js
│ │ │ └── manifest.json
│ │ ├── example-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-location-hashbang-mode
│ │ │ ├── addressBar.js
│ │ │ ├── app.js
│ │ │ ├── fakeBrowser.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-location-html5-mode
│ │ │ ├── addressBar.js
│ │ │ ├── app.js
│ │ │ ├── fakeBrowser.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-month-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ng-model-cancel-update
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-ngChange-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngController
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngControllerAs
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngList-directive-newlines
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngList-directive
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngMessages-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-ngModel-getter-setter
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-ngModelOptions-directive-blur
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngModelOptions-directive-debounce
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-ngModelOptions-directive-getter-setter
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-ngValue-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngView-directive
│ │ │ ├── animations.css
│ │ │ ├── book.html
│ │ │ ├── chapter.html
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-number-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-radio-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-text-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-time-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-url-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ └── example-week-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ ├── favicon.ico
│ ├── img
│ │ ├── AngularJS-small.png
│ │ ├── One_Way_Data_Binding.png
│ │ ├── Two_Way_Data_Binding.png
│ │ ├── angular_parts.png
│ │ ├── angularjs-for-header-only.svg
│ │ ├── bullet.png
│ │ ├── form_data_flow.png
│ │ ├── glyphicons-halflings-white.png
│ │ ├── glyphicons-halflings.png
│ │ ├── guide
│ │ │ ├── concepts-databinding1.png
│ │ │ ├── concepts-databinding2.png
│ │ │ ├── concepts-directive.png
│ │ │ ├── concepts-module-injector.png
│ │ │ ├── concepts-module-service.png
│ │ │ ├── concepts-runtime.png
│ │ │ ├── concepts-scope-watch-strategies.png
│ │ │ ├── concepts-scope.png
│ │ │ ├── concepts-startup.png
│ │ │ ├── concepts-view.png
│ │ │ ├── di_sequence_final.png
│ │ │ ├── dom_scope_final.png
│ │ │ ├── forms-debounce.gif
│ │ │ ├── forms-update-on-blur.gif
│ │ │ ├── hashbang_vs_regular_url.jpg
│ │ │ ├── scenario_runner.png
│ │ │ └── simple_scope_final.png
│ │ ├── helloworld.png
│ │ ├── helloworld_2way.png
│ │ └── tutorial
│ │ │ ├── catalog_screen.png
│ │ │ ├── tutorial_00.png
│ │ │ ├── tutorial_00_final.png
│ │ │ ├── tutorial_02.png
│ │ │ ├── tutorial_03.png
│ │ │ ├── tutorial_04.png
│ │ │ ├── tutorial_05.png
│ │ │ ├── tutorial_05.pptx
│ │ │ ├── tutorial_07_final.png
│ │ │ ├── tutorial_08-09_final.png
│ │ │ ├── tutorial_10-11_final.png
│ │ │ └── xhr_service_final.png
│ ├── index-debug.html
│ ├── index-jquery.html
│ ├── index-production.html
│ ├── index.html
│ ├── js
│ │ ├── angular-bootstrap
│ │ │ ├── bootstrap.js
│ │ │ ├── bootstrap.min.js
│ │ │ ├── bootstrap.min.js.map
│ │ │ ├── dropdown-toggle.js
│ │ │ ├── dropdown-toggle.min.js
│ │ │ └── dropdown-toggle.min.js.map
│ │ ├── docs.js
│ │ ├── docs.min.js
│ │ ├── docs.min.js.map
│ │ ├── nav-data.js
│ │ ├── pages-data.js
│ │ ├── search-data.json
│ │ ├── search-worker.js
│ │ ├── search-worker.min.js
│ │ ├── search-worker.min.js.map
│ │ └── versions-data.js
│ ├── partials
│ │ ├── api.html
│ │ ├── api
│ │ │ ├── auto.html
│ │ │ ├── auto
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ ├── $injector.html
│ │ │ │ │ └── $provide.html
│ │ │ ├── ng.html
│ │ │ ├── ng
│ │ │ │ ├── directive.html
│ │ │ │ ├── directive
│ │ │ │ │ ├── a.html
│ │ │ │ │ ├── form.html
│ │ │ │ │ ├── input.html
│ │ │ │ │ ├── ngApp.html
│ │ │ │ │ ├── ngBind.html
│ │ │ │ │ ├── ngBindHtml.html
│ │ │ │ │ ├── ngBindTemplate.html
│ │ │ │ │ ├── ngBlur.html
│ │ │ │ │ ├── ngChange.html
│ │ │ │ │ ├── ngChecked.html
│ │ │ │ │ ├── ngClass.html
│ │ │ │ │ ├── ngClassEven.html
│ │ │ │ │ ├── ngClassOdd.html
│ │ │ │ │ ├── ngClick.html
│ │ │ │ │ ├── ngCloak.html
│ │ │ │ │ ├── ngController.html
│ │ │ │ │ ├── ngCopy.html
│ │ │ │ │ ├── ngCsp.html
│ │ │ │ │ ├── ngCut.html
│ │ │ │ │ ├── ngDblclick.html
│ │ │ │ │ ├── ngDisabled.html
│ │ │ │ │ ├── ngFocus.html
│ │ │ │ │ ├── ngForm.html
│ │ │ │ │ ├── ngHide.html
│ │ │ │ │ ├── ngHref.html
│ │ │ │ │ ├── ngIf.html
│ │ │ │ │ ├── ngInclude.html
│ │ │ │ │ ├── ngInit.html
│ │ │ │ │ ├── ngKeydown.html
│ │ │ │ │ ├── ngKeypress.html
│ │ │ │ │ ├── ngKeyup.html
│ │ │ │ │ ├── ngList.html
│ │ │ │ │ ├── ngModel.html
│ │ │ │ │ ├── ngModelOptions.html
│ │ │ │ │ ├── ngMousedown.html
│ │ │ │ │ ├── ngMouseenter.html
│ │ │ │ │ ├── ngMouseleave.html
│ │ │ │ │ ├── ngMousemove.html
│ │ │ │ │ ├── ngMouseover.html
│ │ │ │ │ ├── ngMouseup.html
│ │ │ │ │ ├── ngNonBindable.html
│ │ │ │ │ ├── ngOpen.html
│ │ │ │ │ ├── ngPaste.html
│ │ │ │ │ ├── ngPluralize.html
│ │ │ │ │ ├── ngReadonly.html
│ │ │ │ │ ├── ngRepeat.html
│ │ │ │ │ ├── ngSelected.html
│ │ │ │ │ ├── ngShow.html
│ │ │ │ │ ├── ngSrc.html
│ │ │ │ │ ├── ngSrcset.html
│ │ │ │ │ ├── ngStyle.html
│ │ │ │ │ ├── ngSubmit.html
│ │ │ │ │ ├── ngSwitch.html
│ │ │ │ │ ├── ngTransclude.html
│ │ │ │ │ ├── ngValue.html
│ │ │ │ │ ├── script.html
│ │ │ │ │ ├── select.html
│ │ │ │ │ └── textarea.html
│ │ │ │ ├── filter.html
│ │ │ │ ├── filter
│ │ │ │ │ ├── currency.html
│ │ │ │ │ ├── date.html
│ │ │ │ │ ├── filter.html
│ │ │ │ │ ├── json.html
│ │ │ │ │ ├── limitTo.html
│ │ │ │ │ ├── lowercase.html
│ │ │ │ │ ├── number.html
│ │ │ │ │ ├── orderBy.html
│ │ │ │ │ └── uppercase.html
│ │ │ │ ├── function.html
│ │ │ │ ├── function
│ │ │ │ │ ├── angular.bind.html
│ │ │ │ │ ├── angular.bootstrap.html
│ │ │ │ │ ├── angular.copy.html
│ │ │ │ │ ├── angular.element.html
│ │ │ │ │ ├── angular.equals.html
│ │ │ │ │ ├── angular.extend.html
│ │ │ │ │ ├── angular.forEach.html
│ │ │ │ │ ├── angular.fromJson.html
│ │ │ │ │ ├── angular.identity.html
│ │ │ │ │ ├── angular.injector.html
│ │ │ │ │ ├── angular.isArray.html
│ │ │ │ │ ├── angular.isDate.html
│ │ │ │ │ ├── angular.isDefined.html
│ │ │ │ │ ├── angular.isElement.html
│ │ │ │ │ ├── angular.isFunction.html
│ │ │ │ │ ├── angular.isNumber.html
│ │ │ │ │ ├── angular.isObject.html
│ │ │ │ │ ├── angular.isString.html
│ │ │ │ │ ├── angular.isUndefined.html
│ │ │ │ │ ├── angular.lowercase.html
│ │ │ │ │ ├── angular.module.html
│ │ │ │ │ ├── angular.noop.html
│ │ │ │ │ ├── angular.reloadWithDebugInfo.html
│ │ │ │ │ ├── angular.toJson.html
│ │ │ │ │ └── angular.uppercase.html
│ │ │ │ ├── input.html
│ │ │ │ ├── input
│ │ │ │ │ ├── input[checkbox].html
│ │ │ │ │ ├── input[date].html
│ │ │ │ │ ├── input[datetime-local].html
│ │ │ │ │ ├── input[email].html
│ │ │ │ │ ├── input[month].html
│ │ │ │ │ ├── input[number].html
│ │ │ │ │ ├── input[radio].html
│ │ │ │ │ ├── input[text].html
│ │ │ │ │ ├── input[time].html
│ │ │ │ │ ├── input[url].html
│ │ │ │ │ └── input[week].html
│ │ │ │ ├── object.html
│ │ │ │ ├── object
│ │ │ │ │ └── angular.version.html
│ │ │ │ ├── provider.html
│ │ │ │ ├── provider
│ │ │ │ │ ├── $anchorScrollProvider.html
│ │ │ │ │ ├── $animateProvider.html
│ │ │ │ │ ├── $compileProvider.html
│ │ │ │ │ ├── $controllerProvider.html
│ │ │ │ │ ├── $filterProvider.html
│ │ │ │ │ ├── $httpProvider.html
│ │ │ │ │ ├── $interpolateProvider.html
│ │ │ │ │ ├── $locationProvider.html
│ │ │ │ │ ├── $logProvider.html
│ │ │ │ │ ├── $parseProvider.html
│ │ │ │ │ ├── $rootScopeProvider.html
│ │ │ │ │ ├── $sceDelegateProvider.html
│ │ │ │ │ └── $sceProvider.html
│ │ │ │ ├── service.html
│ │ │ │ ├── service
│ │ │ │ │ ├── $anchorScroll.html
│ │ │ │ │ ├── $animate.html
│ │ │ │ │ ├── $cacheFactory.html
│ │ │ │ │ ├── $compile.html
│ │ │ │ │ ├── $controller.html
│ │ │ │ │ ├── $document.html
│ │ │ │ │ ├── $exceptionHandler.html
│ │ │ │ │ ├── $filter.html
│ │ │ │ │ ├── $http.html
│ │ │ │ │ ├── $httpBackend.html
│ │ │ │ │ ├── $interpolate.html
│ │ │ │ │ ├── $interval.html
│ │ │ │ │ ├── $locale.html
│ │ │ │ │ ├── $location.html
│ │ │ │ │ ├── $log.html
│ │ │ │ │ ├── $parse.html
│ │ │ │ │ ├── $q.html
│ │ │ │ │ ├── $rootElement.html
│ │ │ │ │ ├── $rootScope.html
│ │ │ │ │ ├── $sce.html
│ │ │ │ │ ├── $sceDelegate.html
│ │ │ │ │ ├── $templateCache.html
│ │ │ │ │ ├── $templateRequest.html
│ │ │ │ │ ├── $timeout.html
│ │ │ │ │ └── $window.html
│ │ │ │ ├── type.html
│ │ │ │ └── type
│ │ │ │ │ ├── $cacheFactory.Cache.html
│ │ │ │ │ ├── $compile.directive.Attributes.html
│ │ │ │ │ ├── $rootScope.Scope.html
│ │ │ │ │ ├── angular.Module.html
│ │ │ │ │ ├── form.FormController.html
│ │ │ │ │ └── ngModel.NgModelController.html
│ │ │ ├── ngAnimate.html
│ │ │ ├── ngAnimate
│ │ │ │ ├── provider.html
│ │ │ │ ├── provider
│ │ │ │ │ └── $animateProvider.html
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ └── $animate.html
│ │ │ ├── ngAria.html
│ │ │ ├── ngAria
│ │ │ │ ├── provider.html
│ │ │ │ ├── provider
│ │ │ │ │ └── $ariaProvider.html
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ └── $aria.html
│ │ │ ├── ngCookies.html
│ │ │ ├── ngCookies
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ ├── $cookieStore.html
│ │ │ │ │ └── $cookies.html
│ │ │ ├── ngMessages.html
│ │ │ ├── ngMessages
│ │ │ │ ├── directive.html
│ │ │ │ └── directive
│ │ │ │ │ ├── ngMessage.html
│ │ │ │ │ └── ngMessages.html
│ │ │ ├── ngMock.html
│ │ │ ├── ngMock
│ │ │ │ ├── function.html
│ │ │ │ ├── function
│ │ │ │ │ ├── angular.mock.dump.html
│ │ │ │ │ ├── angular.mock.inject.html
│ │ │ │ │ └── angular.mock.module.html
│ │ │ │ ├── object.html
│ │ │ │ ├── object
│ │ │ │ │ └── angular.mock.html
│ │ │ │ ├── provider.html
│ │ │ │ ├── provider
│ │ │ │ │ └── $exceptionHandlerProvider.html
│ │ │ │ ├── service.html
│ │ │ │ ├── service
│ │ │ │ │ ├── $exceptionHandler.html
│ │ │ │ │ ├── $httpBackend.html
│ │ │ │ │ ├── $interval.html
│ │ │ │ │ ├── $log.html
│ │ │ │ │ └── $timeout.html
│ │ │ │ ├── type.html
│ │ │ │ └── type
│ │ │ │ │ ├── $rootScope.Scope.html
│ │ │ │ │ └── angular.mock.TzDate.html
│ │ │ ├── ngMockE2E.html
│ │ │ ├── ngMockE2E
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ └── $httpBackend.html
│ │ │ ├── ngResource.html
│ │ │ ├── ngResource
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ └── $resource.html
│ │ │ ├── ngRoute.html
│ │ │ ├── ngRoute
│ │ │ │ ├── directive.html
│ │ │ │ ├── directive
│ │ │ │ │ └── ngView.html
│ │ │ │ ├── provider.html
│ │ │ │ ├── provider
│ │ │ │ │ └── $routeProvider.html
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ ├── $route.html
│ │ │ │ │ └── $routeParams.html
│ │ │ ├── ngSanitize.html
│ │ │ ├── ngSanitize
│ │ │ │ ├── filter.html
│ │ │ │ ├── filter
│ │ │ │ │ └── linky.html
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ │ └── $sanitize.html
│ │ │ ├── ngTouch.html
│ │ │ └── ngTouch
│ │ │ │ ├── directive.html
│ │ │ │ ├── directive
│ │ │ │ ├── ngClick.html
│ │ │ │ ├── ngSwipeLeft.html
│ │ │ │ └── ngSwipeRight.html
│ │ │ │ ├── service.html
│ │ │ │ └── service
│ │ │ │ └── $swipe.html
│ │ ├── error.html
│ │ ├── error
│ │ │ ├── $animate.html
│ │ │ ├── $animate
│ │ │ │ └── notcsel.html
│ │ │ ├── $cacheFactory.html
│ │ │ ├── $cacheFactory
│ │ │ │ └── iid.html
│ │ │ ├── $compile.html
│ │ │ ├── $compile
│ │ │ │ ├── ctreq.html
│ │ │ │ ├── iscp.html
│ │ │ │ ├── multidir.html
│ │ │ │ ├── nodomevents.html
│ │ │ │ ├── nonassign.html
│ │ │ │ ├── selmulti.html
│ │ │ │ ├── tpload.html
│ │ │ │ ├── tplrt.html
│ │ │ │ └── uterdir.html
│ │ │ ├── $controller.html
│ │ │ ├── $controller
│ │ │ │ └── noscp.html
│ │ │ ├── $http.html
│ │ │ ├── $http
│ │ │ │ └── badreq.html
│ │ │ ├── $injector.html
│ │ │ ├── $injector
│ │ │ │ ├── cdep.html
│ │ │ │ ├── itkn.html
│ │ │ │ ├── modulerr.html
│ │ │ │ ├── nomod.html
│ │ │ │ ├── pget.html
│ │ │ │ ├── strictdi.html
│ │ │ │ ├── undef.html
│ │ │ │ └── unpr.html
│ │ │ ├── $interpolate.html
│ │ │ ├── $interpolate
│ │ │ │ ├── interr.html
│ │ │ │ └── noconcat.html
│ │ │ ├── $location.html
│ │ │ ├── $location
│ │ │ │ ├── ipthprfx.html
│ │ │ │ ├── isrcharg.html
│ │ │ │ ├── nobase.html
│ │ │ │ └── nostate.html
│ │ │ ├── $parse.html
│ │ │ ├── $parse
│ │ │ │ ├── isecdom.html
│ │ │ │ ├── isecff.html
│ │ │ │ ├── isecfld.html
│ │ │ │ ├── isecfn.html
│ │ │ │ ├── isecobj.html
│ │ │ │ ├── isecwindow.html
│ │ │ │ ├── lexerr.html
│ │ │ │ ├── syntax.html
│ │ │ │ └── ueoe.html
│ │ │ ├── $q.html
│ │ │ ├── $q
│ │ │ │ ├── norslvr.html
│ │ │ │ └── qcycle.html
│ │ │ ├── $resource.html
│ │ │ ├── $resource
│ │ │ │ ├── badargs.html
│ │ │ │ ├── badcfg.html
│ │ │ │ ├── badmember.html
│ │ │ │ └── badname.html
│ │ │ ├── $rootScope.html
│ │ │ ├── $rootScope
│ │ │ │ ├── infdig.html
│ │ │ │ └── inprog.html
│ │ │ ├── $sanitize.html
│ │ │ ├── $sanitize
│ │ │ │ └── badparse.html
│ │ │ ├── $sce.html
│ │ │ ├── $sce
│ │ │ │ ├── icontext.html
│ │ │ │ ├── iequirks.html
│ │ │ │ ├── imatcher.html
│ │ │ │ ├── insecurl.html
│ │ │ │ ├── itype.html
│ │ │ │ ├── iwcard.html
│ │ │ │ └── unsafe.html
│ │ │ ├── jqLite.html
│ │ │ ├── jqLite
│ │ │ │ ├── nosel.html
│ │ │ │ ├── offargs.html
│ │ │ │ └── onargs.html
│ │ │ ├── ng.html
│ │ │ ├── ng
│ │ │ │ ├── areq.html
│ │ │ │ ├── badname.html
│ │ │ │ ├── btstrpd.html
│ │ │ │ ├── cpi.html
│ │ │ │ ├── cpws.html
│ │ │ │ └── test.html
│ │ │ ├── ngModel.html
│ │ │ ├── ngModel
│ │ │ │ ├── constexpr.html
│ │ │ │ ├── datefmt.html
│ │ │ │ └── nonassign.html
│ │ │ ├── ngOptions.html
│ │ │ ├── ngOptions
│ │ │ │ ├── iexp.html
│ │ │ │ └── trkslct.html
│ │ │ ├── ngPattern.html
│ │ │ ├── ngPattern
│ │ │ │ └── noregexp.html
│ │ │ ├── ngRepeat.html
│ │ │ ├── ngRepeat
│ │ │ │ ├── badident.html
│ │ │ │ ├── dupes.html
│ │ │ │ ├── iexp.html
│ │ │ │ └── iidexp.html
│ │ │ ├── ngTransclude.html
│ │ │ └── ngTransclude
│ │ │ │ └── orphan.html
│ │ ├── guide.html
│ │ ├── guide
│ │ │ ├── $location.html
│ │ │ ├── accessibility.html
│ │ │ ├── animations.html
│ │ │ ├── bootstrap.html
│ │ │ ├── compiler.html
│ │ │ ├── concepts.html
│ │ │ ├── controller.html
│ │ │ ├── css-styling.html
│ │ │ ├── databinding.html
│ │ │ ├── di.html
│ │ │ ├── directive.html
│ │ │ ├── e2e-testing.html
│ │ │ ├── expression.html
│ │ │ ├── filter.html
│ │ │ ├── forms.html
│ │ │ ├── i18n.html
│ │ │ ├── ie.html
│ │ │ ├── introduction.html
│ │ │ ├── migration.html
│ │ │ ├── module.html
│ │ │ ├── production.html
│ │ │ ├── providers.html
│ │ │ ├── scope.html
│ │ │ ├── security.html
│ │ │ ├── services.html
│ │ │ ├── templates.html
│ │ │ └── unit-testing.html
│ │ ├── misc.html
│ │ ├── misc
│ │ │ ├── contribute.html
│ │ │ ├── downloading.html
│ │ │ ├── faq.html
│ │ │ └── started.html
│ │ ├── tutorial.html
│ │ └── tutorial
│ │ │ ├── step_00.html
│ │ │ ├── step_01.html
│ │ │ ├── step_02.html
│ │ │ ├── step_03.html
│ │ │ ├── step_04.html
│ │ │ ├── step_05.html
│ │ │ ├── step_06.html
│ │ │ ├── step_07.html
│ │ │ ├── step_08.html
│ │ │ ├── step_09.html
│ │ │ ├── step_10.html
│ │ │ ├── step_11.html
│ │ │ ├── step_12.html
│ │ │ └── the_end.html
│ └── ptore2e
│ │ ├── example-$route-service
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-NgModelController
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-checkbox-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-date-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-datetimelocal-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-email-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example.csp
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example100
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example101
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example102
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example105
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example106
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example110
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example111
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example112
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example113
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example23
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example24
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example25
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example27
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example39
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example40
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example44
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example51
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example52
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example53
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example54
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example55
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example56
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example57
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example58
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example60
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example61
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example62
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example63
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example64
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example65
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example66
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example67
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example68
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example79
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example84
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example85
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example86
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example87
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example88
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example89
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example9
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example90
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example91
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example92
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example93
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example94
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example95
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example97
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example98
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-example99
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-location-hashbang-mode
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-location-html5-mode
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-month-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngChange-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngController
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngControllerAs
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngList-directive-newlines
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngList-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngModelOptions-directive-blur
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngValue-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngView-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-number-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-radio-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-text-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-time-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ ├── example-url-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
│ │ └── example-week-input-directive
│ │ ├── default_test.js
│ │ └── jquery_test.js
├── errors.json
├── i18n
│ ├── angular-locale_aa-dj.js
│ ├── angular-locale_aa-er.js
│ ├── angular-locale_aa-et.js
│ ├── angular-locale_aa.js
│ ├── angular-locale_af-na.js
│ ├── angular-locale_af-za.js
│ ├── angular-locale_af.js
│ ├── angular-locale_agq-cm.js
│ ├── angular-locale_agq.js
│ ├── angular-locale_ak-gh.js
│ ├── angular-locale_ak.js
│ ├── angular-locale_am-et.js
│ ├── angular-locale_am.js
│ ├── angular-locale_ar-001.js
│ ├── angular-locale_ar-ae.js
│ ├── angular-locale_ar-bh.js
│ ├── angular-locale_ar-dj.js
│ ├── angular-locale_ar-dz.js
│ ├── angular-locale_ar-eg.js
│ ├── angular-locale_ar-eh.js
│ ├── angular-locale_ar-er.js
│ ├── angular-locale_ar-il.js
│ ├── angular-locale_ar-iq.js
│ ├── angular-locale_ar-jo.js
│ ├── angular-locale_ar-km.js
│ ├── angular-locale_ar-kw.js
│ ├── angular-locale_ar-lb.js
│ ├── angular-locale_ar-ly.js
│ ├── angular-locale_ar-ma.js
│ ├── angular-locale_ar-mr.js
│ ├── angular-locale_ar-om.js
│ ├── angular-locale_ar-ps.js
│ ├── angular-locale_ar-qa.js
│ ├── angular-locale_ar-sa.js
│ ├── angular-locale_ar-sd.js
│ ├── angular-locale_ar-so.js
│ ├── angular-locale_ar-ss.js
│ ├── angular-locale_ar-sy.js
│ ├── angular-locale_ar-td.js
│ ├── angular-locale_ar-tn.js
│ ├── angular-locale_ar-ye.js
│ ├── angular-locale_ar.js
│ ├── angular-locale_as-in.js
│ ├── angular-locale_as.js
│ ├── angular-locale_asa-tz.js
│ ├── angular-locale_asa.js
│ ├── angular-locale_ast-es.js
│ ├── angular-locale_ast.js
│ ├── angular-locale_az-cyrl-az.js
│ ├── angular-locale_az-cyrl.js
│ ├── angular-locale_az-latn-az.js
│ ├── angular-locale_az-latn.js
│ ├── angular-locale_az.js
│ ├── angular-locale_bas-cm.js
│ ├── angular-locale_bas.js
│ ├── angular-locale_be-by.js
│ ├── angular-locale_be.js
│ ├── angular-locale_bem-zm.js
│ ├── angular-locale_bem.js
│ ├── angular-locale_bez-tz.js
│ ├── angular-locale_bez.js
│ ├── angular-locale_bg-bg.js
│ ├── angular-locale_bg.js
│ ├── angular-locale_bm-latn-ml.js
│ ├── angular-locale_bm-latn.js
│ ├── angular-locale_bm-ml.js
│ ├── angular-locale_bm.js
│ ├── angular-locale_bn-bd.js
│ ├── angular-locale_bn-in.js
│ ├── angular-locale_bn.js
│ ├── angular-locale_bo-cn.js
│ ├── angular-locale_bo-in.js
│ ├── angular-locale_bo.js
│ ├── angular-locale_br-fr.js
│ ├── angular-locale_br.js
│ ├── angular-locale_brx-in.js
│ ├── angular-locale_brx.js
│ ├── angular-locale_bs-cyrl-ba.js
│ ├── angular-locale_bs-cyrl.js
│ ├── angular-locale_bs-latn-ba.js
│ ├── angular-locale_bs-latn.js
│ ├── angular-locale_bs.js
│ ├── angular-locale_byn-er.js
│ ├── angular-locale_byn.js
│ ├── angular-locale_ca-ad.js
│ ├── angular-locale_ca-es-valencia.js
│ ├── angular-locale_ca-es.js
│ ├── angular-locale_ca-fr.js
│ ├── angular-locale_ca-it.js
│ ├── angular-locale_ca.js
│ ├── angular-locale_cgg-ug.js
│ ├── angular-locale_cgg.js
│ ├── angular-locale_chr-us.js
│ ├── angular-locale_chr.js
│ ├── angular-locale_ckb-arab-iq.js
│ ├── angular-locale_ckb-arab-ir.js
│ ├── angular-locale_ckb-arab.js
│ ├── angular-locale_ckb-iq.js
│ ├── angular-locale_ckb-ir.js
│ ├── angular-locale_ckb-latn-iq.js
│ ├── angular-locale_ckb-latn.js
│ ├── angular-locale_ckb.js
│ ├── angular-locale_cs-cz.js
│ ├── angular-locale_cs.js
│ ├── angular-locale_cy-gb.js
│ ├── angular-locale_cy.js
│ ├── angular-locale_da-dk.js
│ ├── angular-locale_da-gl.js
│ ├── angular-locale_da.js
│ ├── angular-locale_dav-ke.js
│ ├── angular-locale_dav.js
│ ├── angular-locale_de-at.js
│ ├── angular-locale_de-be.js
│ ├── angular-locale_de-ch.js
│ ├── angular-locale_de-de.js
│ ├── angular-locale_de-li.js
│ ├── angular-locale_de-lu.js
│ ├── angular-locale_de.js
│ ├── angular-locale_dje-ne.js
│ ├── angular-locale_dje.js
│ ├── angular-locale_dsb-de.js
│ ├── angular-locale_dsb.js
│ ├── angular-locale_dua-cm.js
│ ├── angular-locale_dua.js
│ ├── angular-locale_dyo-sn.js
│ ├── angular-locale_dyo.js
│ ├── angular-locale_dz-bt.js
│ ├── angular-locale_dz.js
│ ├── angular-locale_ebu-ke.js
│ ├── angular-locale_ebu.js
│ ├── angular-locale_ee-gh.js
│ ├── angular-locale_ee-tg.js
│ ├── angular-locale_ee.js
│ ├── angular-locale_el-cy.js
│ ├── angular-locale_el-gr.js
│ ├── angular-locale_el.js
│ ├── angular-locale_en-001.js
│ ├── angular-locale_en-150.js
│ ├── angular-locale_en-ag.js
│ ├── angular-locale_en-ai.js
│ ├── angular-locale_en-as.js
│ ├── angular-locale_en-au.js
│ ├── angular-locale_en-bb.js
│ ├── angular-locale_en-be.js
│ ├── angular-locale_en-bm.js
│ ├── angular-locale_en-bs.js
│ ├── angular-locale_en-bw.js
│ ├── angular-locale_en-bz.js
│ ├── angular-locale_en-ca.js
│ ├── angular-locale_en-cc.js
│ ├── angular-locale_en-ck.js
│ ├── angular-locale_en-cm.js
│ ├── angular-locale_en-cx.js
│ ├── angular-locale_en-dg.js
│ ├── angular-locale_en-dm.js
│ ├── angular-locale_en-er.js
│ ├── angular-locale_en-fj.js
│ ├── angular-locale_en-fk.js
│ ├── angular-locale_en-fm.js
│ ├── angular-locale_en-gb.js
│ ├── angular-locale_en-gd.js
│ ├── angular-locale_en-gg.js
│ ├── angular-locale_en-gh.js
│ ├── angular-locale_en-gi.js
│ ├── angular-locale_en-gm.js
│ ├── angular-locale_en-gu.js
│ ├── angular-locale_en-gy.js
│ ├── angular-locale_en-hk.js
│ ├── angular-locale_en-ie.js
│ ├── angular-locale_en-im.js
│ ├── angular-locale_en-in.js
│ ├── angular-locale_en-io.js
│ ├── angular-locale_en-iso.js
│ ├── angular-locale_en-je.js
│ ├── angular-locale_en-jm.js
│ ├── angular-locale_en-ke.js
│ ├── angular-locale_en-ki.js
│ ├── angular-locale_en-kn.js
│ ├── angular-locale_en-ky.js
│ ├── angular-locale_en-lc.js
│ ├── angular-locale_en-lr.js
│ ├── angular-locale_en-ls.js
│ ├── angular-locale_en-mg.js
│ ├── angular-locale_en-mh.js
│ ├── angular-locale_en-mo.js
│ ├── angular-locale_en-mp.js
│ ├── angular-locale_en-ms.js
│ ├── angular-locale_en-mt.js
│ ├── angular-locale_en-mu.js
│ ├── angular-locale_en-mw.js
│ ├── angular-locale_en-my.js
│ ├── angular-locale_en-na.js
│ ├── angular-locale_en-nf.js
│ ├── angular-locale_en-ng.js
│ ├── angular-locale_en-nr.js
│ ├── angular-locale_en-nu.js
│ ├── angular-locale_en-nz.js
│ ├── angular-locale_en-pg.js
│ ├── angular-locale_en-ph.js
│ ├── angular-locale_en-pk.js
│ ├── angular-locale_en-pn.js
│ ├── angular-locale_en-pr.js
│ ├── angular-locale_en-pw.js
│ ├── angular-locale_en-rw.js
│ ├── angular-locale_en-sb.js
│ ├── angular-locale_en-sc.js
│ ├── angular-locale_en-sd.js
│ ├── angular-locale_en-sg.js
│ ├── angular-locale_en-sh.js
│ ├── angular-locale_en-sl.js
│ ├── angular-locale_en-ss.js
│ ├── angular-locale_en-sx.js
│ ├── angular-locale_en-sz.js
│ ├── angular-locale_en-tc.js
│ ├── angular-locale_en-tk.js
│ ├── angular-locale_en-to.js
│ ├── angular-locale_en-tt.js
│ ├── angular-locale_en-tv.js
│ ├── angular-locale_en-tz.js
│ ├── angular-locale_en-ug.js
│ ├── angular-locale_en-um.js
│ ├── angular-locale_en-us.js
│ ├── angular-locale_en-vc.js
│ ├── angular-locale_en-vg.js
│ ├── angular-locale_en-vi.js
│ ├── angular-locale_en-vu.js
│ ├── angular-locale_en-ws.js
│ ├── angular-locale_en-za.js
│ ├── angular-locale_en-zm.js
│ ├── angular-locale_en-zw.js
│ ├── angular-locale_en.js
│ ├── angular-locale_eo-001.js
│ ├── angular-locale_eo.js
│ ├── angular-locale_es-419.js
│ ├── angular-locale_es-ar.js
│ ├── angular-locale_es-bo.js
│ ├── angular-locale_es-cl.js
│ ├── angular-locale_es-co.js
│ ├── angular-locale_es-cr.js
│ ├── angular-locale_es-cu.js
│ ├── angular-locale_es-do.js
│ ├── angular-locale_es-ea.js
│ ├── angular-locale_es-ec.js
│ ├── angular-locale_es-es.js
│ ├── angular-locale_es-gq.js
│ ├── angular-locale_es-gt.js
│ ├── angular-locale_es-hn.js
│ ├── angular-locale_es-ic.js
│ ├── angular-locale_es-mx.js
│ ├── angular-locale_es-ni.js
│ ├── angular-locale_es-pa.js
│ ├── angular-locale_es-pe.js
│ ├── angular-locale_es-ph.js
│ ├── angular-locale_es-pr.js
│ ├── angular-locale_es-py.js
│ ├── angular-locale_es-sv.js
│ ├── angular-locale_es-us.js
│ ├── angular-locale_es-uy.js
│ ├── angular-locale_es-ve.js
│ ├── angular-locale_es.js
│ ├── angular-locale_et-ee.js
│ ├── angular-locale_et.js
│ ├── angular-locale_eu-es.js
│ ├── angular-locale_eu.js
│ ├── angular-locale_ewo-cm.js
│ ├── angular-locale_ewo.js
│ ├── angular-locale_fa-af.js
│ ├── angular-locale_fa-ir.js
│ ├── angular-locale_fa.js
│ ├── angular-locale_ff-cm.js
│ ├── angular-locale_ff-gn.js
│ ├── angular-locale_ff-mr.js
│ ├── angular-locale_ff-sn.js
│ ├── angular-locale_ff.js
│ ├── angular-locale_fi-fi.js
│ ├── angular-locale_fi.js
│ ├── angular-locale_fil-ph.js
│ ├── angular-locale_fil.js
│ ├── angular-locale_fo-fo.js
│ ├── angular-locale_fo.js
│ ├── angular-locale_fr-be.js
│ ├── angular-locale_fr-bf.js
│ ├── angular-locale_fr-bi.js
│ ├── angular-locale_fr-bj.js
│ ├── angular-locale_fr-bl.js
│ ├── angular-locale_fr-ca.js
│ ├── angular-locale_fr-cd.js
│ ├── angular-locale_fr-cf.js
│ ├── angular-locale_fr-cg.js
│ ├── angular-locale_fr-ch.js
│ ├── angular-locale_fr-ci.js
│ ├── angular-locale_fr-cm.js
│ ├── angular-locale_fr-dj.js
│ ├── angular-locale_fr-dz.js
│ ├── angular-locale_fr-fr.js
│ ├── angular-locale_fr-ga.js
│ ├── angular-locale_fr-gf.js
│ ├── angular-locale_fr-gn.js
│ ├── angular-locale_fr-gp.js
│ ├── angular-locale_fr-gq.js
│ ├── angular-locale_fr-ht.js
│ ├── angular-locale_fr-km.js
│ ├── angular-locale_fr-lu.js
│ ├── angular-locale_fr-ma.js
│ ├── angular-locale_fr-mc.js
│ ├── angular-locale_fr-mf.js
│ ├── angular-locale_fr-mg.js
│ ├── angular-locale_fr-ml.js
│ ├── angular-locale_fr-mq.js
│ ├── angular-locale_fr-mr.js
│ ├── angular-locale_fr-mu.js
│ ├── angular-locale_fr-nc.js
│ ├── angular-locale_fr-ne.js
│ ├── angular-locale_fr-pf.js
│ ├── angular-locale_fr-pm.js
│ ├── angular-locale_fr-re.js
│ ├── angular-locale_fr-rw.js
│ ├── angular-locale_fr-sc.js
│ ├── angular-locale_fr-sn.js
│ ├── angular-locale_fr-sy.js
│ ├── angular-locale_fr-td.js
│ ├── angular-locale_fr-tg.js
│ ├── angular-locale_fr-tn.js
│ ├── angular-locale_fr-vu.js
│ ├── angular-locale_fr-wf.js
│ ├── angular-locale_fr-yt.js
│ ├── angular-locale_fr.js
│ ├── angular-locale_fur-it.js
│ ├── angular-locale_fur.js
│ ├── angular-locale_fy-nl.js
│ ├── angular-locale_fy.js
│ ├── angular-locale_ga-ie.js
│ ├── angular-locale_ga.js
│ ├── angular-locale_gd-gb.js
│ ├── angular-locale_gd.js
│ ├── angular-locale_gl-es.js
│ ├── angular-locale_gl.js
│ ├── angular-locale_gsw-ch.js
│ ├── angular-locale_gsw-fr.js
│ ├── angular-locale_gsw-li.js
│ ├── angular-locale_gsw.js
│ ├── angular-locale_gu-in.js
│ ├── angular-locale_gu.js
│ ├── angular-locale_guz-ke.js
│ ├── angular-locale_guz.js
│ ├── angular-locale_gv-im.js
│ ├── angular-locale_gv.js
│ ├── angular-locale_ha-latn-gh.js
│ ├── angular-locale_ha-latn-ne.js
│ ├── angular-locale_ha-latn-ng.js
│ ├── angular-locale_ha-latn.js
│ ├── angular-locale_ha.js
│ ├── angular-locale_haw-us.js
│ ├── angular-locale_haw.js
│ ├── angular-locale_he-il.js
│ ├── angular-locale_he.js
│ ├── angular-locale_hi-in.js
│ ├── angular-locale_hi.js
│ ├── angular-locale_hr-ba.js
│ ├── angular-locale_hr-hr.js
│ ├── angular-locale_hr.js
│ ├── angular-locale_hsb-de.js
│ ├── angular-locale_hsb.js
│ ├── angular-locale_hu-hu.js
│ ├── angular-locale_hu.js
│ ├── angular-locale_hy-am.js
│ ├── angular-locale_hy.js
│ ├── angular-locale_ia-fr.js
│ ├── angular-locale_ia.js
│ ├── angular-locale_id-id.js
│ ├── angular-locale_id.js
│ ├── angular-locale_ig-ng.js
│ ├── angular-locale_ig.js
│ ├── angular-locale_ii-cn.js
│ ├── angular-locale_ii.js
│ ├── angular-locale_in.js
│ ├── angular-locale_is-is.js
│ ├── angular-locale_is.js
│ ├── angular-locale_it-ch.js
│ ├── angular-locale_it-it.js
│ ├── angular-locale_it-sm.js
│ ├── angular-locale_it.js
│ ├── angular-locale_iw.js
│ ├── angular-locale_ja-jp.js
│ ├── angular-locale_ja.js
│ ├── angular-locale_jgo-cm.js
│ ├── angular-locale_jgo.js
│ ├── angular-locale_jmc-tz.js
│ ├── angular-locale_jmc.js
│ ├── angular-locale_ka-ge.js
│ ├── angular-locale_ka.js
│ ├── angular-locale_kab-dz.js
│ ├── angular-locale_kab.js
│ ├── angular-locale_kam-ke.js
│ ├── angular-locale_kam.js
│ ├── angular-locale_kde-tz.js
│ ├── angular-locale_kde.js
│ ├── angular-locale_kea-cv.js
│ ├── angular-locale_kea.js
│ ├── angular-locale_khq-ml.js
│ ├── angular-locale_khq.js
│ ├── angular-locale_ki-ke.js
│ ├── angular-locale_ki.js
│ ├── angular-locale_kk-cyrl-kz.js
│ ├── angular-locale_kk-cyrl.js
│ ├── angular-locale_kk.js
│ ├── angular-locale_kkj-cm.js
│ ├── angular-locale_kkj.js
│ ├── angular-locale_kl-gl.js
│ ├── angular-locale_kl.js
│ ├── angular-locale_kln-ke.js
│ ├── angular-locale_kln.js
│ ├── angular-locale_km-kh.js
│ ├── angular-locale_km.js
│ ├── angular-locale_kn-in.js
│ ├── angular-locale_kn.js
│ ├── angular-locale_ko-kp.js
│ ├── angular-locale_ko-kr.js
│ ├── angular-locale_ko.js
│ ├── angular-locale_kok-in.js
│ ├── angular-locale_kok.js
│ ├── angular-locale_ks-arab-in.js
│ ├── angular-locale_ks-arab.js
│ ├── angular-locale_ks.js
│ ├── angular-locale_ksb-tz.js
│ ├── angular-locale_ksb.js
│ ├── angular-locale_ksf-cm.js
│ ├── angular-locale_ksf.js
│ ├── angular-locale_ksh-de.js
│ ├── angular-locale_ksh.js
│ ├── angular-locale_kw-gb.js
│ ├── angular-locale_kw.js
│ ├── angular-locale_ky-cyrl-kg.js
│ ├── angular-locale_ky-cyrl.js
│ ├── angular-locale_ky.js
│ ├── angular-locale_lag-tz.js
│ ├── angular-locale_lag.js
│ ├── angular-locale_lb-lu.js
│ ├── angular-locale_lb.js
│ ├── angular-locale_lg-ug.js
│ ├── angular-locale_lg.js
│ ├── angular-locale_lkt-us.js
│ ├── angular-locale_lkt.js
│ ├── angular-locale_ln-ao.js
│ ├── angular-locale_ln-cd.js
│ ├── angular-locale_ln-cf.js
│ ├── angular-locale_ln-cg.js
│ ├── angular-locale_ln.js
│ ├── angular-locale_lo-la.js
│ ├── angular-locale_lo.js
│ ├── angular-locale_lt-lt.js
│ ├── angular-locale_lt.js
│ ├── angular-locale_lu-cd.js
│ ├── angular-locale_lu.js
│ ├── angular-locale_luo-ke.js
│ ├── angular-locale_luo.js
│ ├── angular-locale_luy-ke.js
│ ├── angular-locale_luy.js
│ ├── angular-locale_lv-lv.js
│ ├── angular-locale_lv.js
│ ├── angular-locale_mas-ke.js
│ ├── angular-locale_mas-tz.js
│ ├── angular-locale_mas.js
│ ├── angular-locale_mer-ke.js
│ ├── angular-locale_mer.js
│ ├── angular-locale_mfe-mu.js
│ ├── angular-locale_mfe.js
│ ├── angular-locale_mg-mg.js
│ ├── angular-locale_mg.js
│ ├── angular-locale_mgh-mz.js
│ ├── angular-locale_mgh.js
│ ├── angular-locale_mgo-cm.js
│ ├── angular-locale_mgo.js
│ ├── angular-locale_mk-mk.js
│ ├── angular-locale_mk.js
│ ├── angular-locale_ml-in.js
│ ├── angular-locale_ml.js
│ ├── angular-locale_mn-cyrl-mn.js
│ ├── angular-locale_mn-cyrl.js
│ ├── angular-locale_mn.js
│ ├── angular-locale_mr-in.js
│ ├── angular-locale_mr.js
│ ├── angular-locale_ms-latn-bn.js
│ ├── angular-locale_ms-latn-my.js
│ ├── angular-locale_ms-latn-sg.js
│ ├── angular-locale_ms-latn.js
│ ├── angular-locale_ms.js
│ ├── angular-locale_mt-mt.js
│ ├── angular-locale_mt.js
│ ├── angular-locale_mua-cm.js
│ ├── angular-locale_mua.js
│ ├── angular-locale_my-mm.js
│ ├── angular-locale_my.js
│ ├── angular-locale_naq-na.js
│ ├── angular-locale_naq.js
│ ├── angular-locale_nb-no.js
│ ├── angular-locale_nb-sj.js
│ ├── angular-locale_nb.js
│ ├── angular-locale_nd-zw.js
│ ├── angular-locale_nd.js
│ ├── angular-locale_ne-in.js
│ ├── angular-locale_ne-np.js
│ ├── angular-locale_ne.js
│ ├── angular-locale_nl-aw.js
│ ├── angular-locale_nl-be.js
│ ├── angular-locale_nl-bq.js
│ ├── angular-locale_nl-cw.js
│ ├── angular-locale_nl-nl.js
│ ├── angular-locale_nl-sr.js
│ ├── angular-locale_nl-sx.js
│ ├── angular-locale_nl.js
│ ├── angular-locale_nmg-cm.js
│ ├── angular-locale_nmg.js
│ ├── angular-locale_nn-no.js
│ ├── angular-locale_nn.js
│ ├── angular-locale_nnh-cm.js
│ ├── angular-locale_nnh.js
│ ├── angular-locale_no-no.js
│ ├── angular-locale_no.js
│ ├── angular-locale_nr-za.js
│ ├── angular-locale_nr.js
│ ├── angular-locale_nso-za.js
│ ├── angular-locale_nso.js
│ ├── angular-locale_nus-sd.js
│ ├── angular-locale_nus.js
│ ├── angular-locale_nyn-ug.js
│ ├── angular-locale_nyn.js
│ ├── angular-locale_om-et.js
│ ├── angular-locale_om-ke.js
│ ├── angular-locale_om.js
│ ├── angular-locale_or-in.js
│ ├── angular-locale_or.js
│ ├── angular-locale_os-ge.js
│ ├── angular-locale_os-ru.js
│ ├── angular-locale_os.js
│ ├── angular-locale_pa-arab-pk.js
│ ├── angular-locale_pa-arab.js
│ ├── angular-locale_pa-guru-in.js
│ ├── angular-locale_pa-guru.js
│ ├── angular-locale_pa.js
│ ├── angular-locale_pl-pl.js
│ ├── angular-locale_pl.js
│ ├── angular-locale_ps-af.js
│ ├── angular-locale_ps.js
│ ├── angular-locale_pt-ao.js
│ ├── angular-locale_pt-br.js
│ ├── angular-locale_pt-cv.js
│ ├── angular-locale_pt-gw.js
│ ├── angular-locale_pt-mo.js
│ ├── angular-locale_pt-mz.js
│ ├── angular-locale_pt-pt.js
│ ├── angular-locale_pt-st.js
│ ├── angular-locale_pt-tl.js
│ ├── angular-locale_pt.js
│ ├── angular-locale_qu-bo.js
│ ├── angular-locale_qu-ec.js
│ ├── angular-locale_qu-pe.js
│ ├── angular-locale_qu.js
│ ├── angular-locale_rm-ch.js
│ ├── angular-locale_rm.js
│ ├── angular-locale_rn-bi.js
│ ├── angular-locale_rn.js
│ ├── angular-locale_ro-md.js
│ ├── angular-locale_ro-ro.js
│ ├── angular-locale_ro.js
│ ├── angular-locale_rof-tz.js
│ ├── angular-locale_rof.js
│ ├── angular-locale_ru-by.js
│ ├── angular-locale_ru-kg.js
│ ├── angular-locale_ru-kz.js
│ ├── angular-locale_ru-md.js
│ ├── angular-locale_ru-ru.js
│ ├── angular-locale_ru-ua.js
│ ├── angular-locale_ru.js
│ ├── angular-locale_rw-rw.js
│ ├── angular-locale_rw.js
│ ├── angular-locale_rwk-tz.js
│ ├── angular-locale_rwk.js
│ ├── angular-locale_sah-ru.js
│ ├── angular-locale_sah.js
│ ├── angular-locale_saq-ke.js
│ ├── angular-locale_saq.js
│ ├── angular-locale_sbp-tz.js
│ ├── angular-locale_sbp.js
│ ├── angular-locale_se-fi.js
│ ├── angular-locale_se-no.js
│ ├── angular-locale_se-se.js
│ ├── angular-locale_se.js
│ ├── angular-locale_seh-mz.js
│ ├── angular-locale_seh.js
│ ├── angular-locale_ses-ml.js
│ ├── angular-locale_ses.js
│ ├── angular-locale_sg-cf.js
│ ├── angular-locale_sg.js
│ ├── angular-locale_shi-latn-ma.js
│ ├── angular-locale_shi-latn.js
│ ├── angular-locale_shi-tfng-ma.js
│ ├── angular-locale_shi-tfng.js
│ ├── angular-locale_shi.js
│ ├── angular-locale_si-lk.js
│ ├── angular-locale_si.js
│ ├── angular-locale_sk-sk.js
│ ├── angular-locale_sk.js
│ ├── angular-locale_sl-si.js
│ ├── angular-locale_sl.js
│ ├── angular-locale_smn-fi.js
│ ├── angular-locale_smn.js
│ ├── angular-locale_sn-zw.js
│ ├── angular-locale_sn.js
│ ├── angular-locale_so-dj.js
│ ├── angular-locale_so-et.js
│ ├── angular-locale_so-ke.js
│ ├── angular-locale_so-so.js
│ ├── angular-locale_so.js
│ ├── angular-locale_sq-al.js
│ ├── angular-locale_sq-mk.js
│ ├── angular-locale_sq-xk.js
│ ├── angular-locale_sq.js
│ ├── angular-locale_sr-cyrl-ba.js
│ ├── angular-locale_sr-cyrl-me.js
│ ├── angular-locale_sr-cyrl-rs.js
│ ├── angular-locale_sr-cyrl-xk.js
│ ├── angular-locale_sr-cyrl.js
│ ├── angular-locale_sr-latn-ba.js
│ ├── angular-locale_sr-latn-me.js
│ ├── angular-locale_sr-latn-rs.js
│ ├── angular-locale_sr-latn-xk.js
│ ├── angular-locale_sr-latn.js
│ ├── angular-locale_sr.js
│ ├── angular-locale_ss-sz.js
│ ├── angular-locale_ss-za.js
│ ├── angular-locale_ss.js
│ ├── angular-locale_ssy-er.js
│ ├── angular-locale_ssy.js
│ ├── angular-locale_st-ls.js
│ ├── angular-locale_st-za.js
│ ├── angular-locale_st.js
│ ├── angular-locale_sv-ax.js
│ ├── angular-locale_sv-fi.js
│ ├── angular-locale_sv-se.js
│ ├── angular-locale_sv.js
│ ├── angular-locale_sw-ke.js
│ ├── angular-locale_sw-tz.js
│ ├── angular-locale_sw-ug.js
│ ├── angular-locale_sw.js
│ ├── angular-locale_swc-cd.js
│ ├── angular-locale_swc.js
│ ├── angular-locale_ta-in.js
│ ├── angular-locale_ta-lk.js
│ ├── angular-locale_ta-my.js
│ ├── angular-locale_ta-sg.js
│ ├── angular-locale_ta.js
│ ├── angular-locale_te-in.js
│ ├── angular-locale_te.js
│ ├── angular-locale_teo-ke.js
│ ├── angular-locale_teo-ug.js
│ ├── angular-locale_teo.js
│ ├── angular-locale_tg-cyrl-tj.js
│ ├── angular-locale_tg-cyrl.js
│ ├── angular-locale_tg.js
│ ├── angular-locale_th-th.js
│ ├── angular-locale_th.js
│ ├── angular-locale_ti-er.js
│ ├── angular-locale_ti-et.js
│ ├── angular-locale_ti.js
│ ├── angular-locale_tig-er.js
│ ├── angular-locale_tig.js
│ ├── angular-locale_tl.js
│ ├── angular-locale_tn-bw.js
│ ├── angular-locale_tn-za.js
│ ├── angular-locale_tn.js
│ ├── angular-locale_to-to.js
│ ├── angular-locale_to.js
│ ├── angular-locale_tr-cy.js
│ ├── angular-locale_tr-tr.js
│ ├── angular-locale_tr.js
│ ├── angular-locale_ts-za.js
│ ├── angular-locale_ts.js
│ ├── angular-locale_twq-ne.js
│ ├── angular-locale_twq.js
│ ├── angular-locale_tzm-latn-ma.js
│ ├── angular-locale_tzm-latn.js
│ ├── angular-locale_tzm.js
│ ├── angular-locale_ug-arab-cn.js
│ ├── angular-locale_ug-arab.js
│ ├── angular-locale_ug.js
│ ├── angular-locale_uk-ua.js
│ ├── angular-locale_uk.js
│ ├── angular-locale_ur-in.js
│ ├── angular-locale_ur-pk.js
│ ├── angular-locale_ur.js
│ ├── angular-locale_uz-arab-af.js
│ ├── angular-locale_uz-arab.js
│ ├── angular-locale_uz-cyrl-uz.js
│ ├── angular-locale_uz-cyrl.js
│ ├── angular-locale_uz-latn-uz.js
│ ├── angular-locale_uz-latn.js
│ ├── angular-locale_uz.js
│ ├── angular-locale_vai-latn-lr.js
│ ├── angular-locale_vai-latn.js
│ ├── angular-locale_vai-vaii-lr.js
│ ├── angular-locale_vai-vaii.js
│ ├── angular-locale_vai.js
│ ├── angular-locale_ve-za.js
│ ├── angular-locale_ve.js
│ ├── angular-locale_vi-vn.js
│ ├── angular-locale_vi.js
│ ├── angular-locale_vo-001.js
│ ├── angular-locale_vo.js
│ ├── angular-locale_vun-tz.js
│ ├── angular-locale_vun.js
│ ├── angular-locale_wae-ch.js
│ ├── angular-locale_wae.js
│ ├── angular-locale_wal-et.js
│ ├── angular-locale_wal.js
│ ├── angular-locale_xh-za.js
│ ├── angular-locale_xh.js
│ ├── angular-locale_xog-ug.js
│ ├── angular-locale_xog.js
│ ├── angular-locale_yav-cm.js
│ ├── angular-locale_yav.js
│ ├── angular-locale_yi-001.js
│ ├── angular-locale_yi.js
│ ├── angular-locale_yo-bj.js
│ ├── angular-locale_yo-ng.js
│ ├── angular-locale_yo.js
│ ├── angular-locale_zgh-ma.js
│ ├── angular-locale_zgh.js
│ ├── angular-locale_zh-cn.js
│ ├── angular-locale_zh-hans-cn.js
│ ├── angular-locale_zh-hans-hk.js
│ ├── angular-locale_zh-hans-mo.js
│ ├── angular-locale_zh-hans-sg.js
│ ├── angular-locale_zh-hans.js
│ ├── angular-locale_zh-hant-hk.js
│ ├── angular-locale_zh-hant-mo.js
│ ├── angular-locale_zh-hant-tw.js
│ ├── angular-locale_zh-hant.js
│ ├── angular-locale_zh-hk.js
│ ├── angular-locale_zh-tw.js
│ ├── angular-locale_zh.js
│ ├── angular-locale_zu-za.js
│ └── angular-locale_zu.js
├── version.json
└── version.txt
├── angularjs
├── angular-animate.js
├── angular-animate.min.js
├── angular-animate.min.js.map
├── angular-cookies.js
├── angular-cookies.min.js
├── angular-cookies.min.js.map
├── angular-csp.css
├── angular-loader.js
├── angular-loader.min.js
├── angular-loader.min.js.map
├── angular-mocks.js
├── 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-sanitize.js
├── angular-sanitize.min.js
├── angular-sanitize.min.js.map
├── angular-scenario.js
├── angular-touch.js
├── angular-touch.min.js
├── angular-touch.min.js.map
├── angular.js
├── angular.min.js
├── angular.min.js.map
├── docs
│ ├── Error404.html
│ ├── components
│ │ ├── bootstrap-3.1.1
│ │ │ ├── css
│ │ │ │ ├── bootstrap-theme.css
│ │ │ │ ├── bootstrap-theme.css.map
│ │ │ │ ├── bootstrap-theme.min.css
│ │ │ │ ├── bootstrap.css
│ │ │ │ ├── bootstrap.css.map
│ │ │ │ └── bootstrap.min.css
│ │ │ ├── fonts
│ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ ├── glyphicons-halflings-regular.svg
│ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ └── glyphicons-halflings-regular.woff
│ │ │ └── js
│ │ │ │ ├── bootstrap.js
│ │ │ │ └── bootstrap.min.js
│ │ ├── google-code-prettify-1.0.1
│ │ │ ├── CHANGES.html
│ │ │ ├── COPYING
│ │ │ ├── README-zh-Hans.html
│ │ │ ├── README.html
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── src
│ │ │ │ ├── lang-apollo.js
│ │ │ │ ├── lang-clj.js
│ │ │ │ ├── lang-css.js
│ │ │ │ ├── lang-dart.js
│ │ │ │ ├── lang-go.js
│ │ │ │ ├── lang-hs.js
│ │ │ │ ├── lang-lisp.js
│ │ │ │ ├── lang-lua.js
│ │ │ │ ├── lang-ml.js
│ │ │ │ ├── lang-n.js
│ │ │ │ ├── lang-proto.js
│ │ │ │ ├── lang-scala.js
│ │ │ │ ├── lang-sql.js
│ │ │ │ ├── lang-tex.js
│ │ │ │ ├── lang-vb.js
│ │ │ │ ├── lang-vhdl.js
│ │ │ │ ├── lang-wiki.js
│ │ │ │ ├── lang-xq.js
│ │ │ │ ├── lang-yaml.js
│ │ │ │ ├── prettify.css
│ │ │ │ └── prettify.js
│ │ │ └── styles
│ │ │ │ ├── demo.html
│ │ │ │ ├── desert.css
│ │ │ │ ├── index.html
│ │ │ │ ├── sons-of-obsidian.css
│ │ │ │ └── sunburst.css
│ │ ├── jquery-1.10.2
│ │ │ ├── jquery.js
│ │ │ ├── jquery.min.js
│ │ │ └── jquery.min.map
│ │ ├── lunr.js-0.4.2
│ │ │ ├── lunr.js
│ │ │ ├── lunr.min.js
│ │ │ └── server.js
│ │ ├── marked-0.3.1
│ │ │ ├── index.js
│ │ │ └── lib
│ │ │ │ └── marked.js
│ │ └── open-sans-fontface-1.0.4
│ │ │ ├── README.md
│ │ │ ├── bower.json
│ │ │ ├── fonts
│ │ │ ├── Bold
│ │ │ │ ├── OpenSans-Bold.eot
│ │ │ │ ├── OpenSans-Bold.svg
│ │ │ │ ├── OpenSans-Bold.ttf
│ │ │ │ └── OpenSans-Bold.woff
│ │ │ ├── BoldItalic
│ │ │ │ ├── OpenSans-BoldItalic.eot
│ │ │ │ ├── OpenSans-BoldItalic.svg
│ │ │ │ ├── OpenSans-BoldItalic.ttf
│ │ │ │ └── OpenSans-BoldItalic.woff
│ │ │ ├── ExtraBold
│ │ │ │ ├── OpenSans-ExtraBold.eot
│ │ │ │ ├── OpenSans-ExtraBold.svg
│ │ │ │ ├── OpenSans-ExtraBold.ttf
│ │ │ │ └── OpenSans-ExtraBold.woff
│ │ │ ├── ExtraBoldItalic
│ │ │ │ ├── OpenSans-ExtraBoldItalic.eot
│ │ │ │ ├── OpenSans-ExtraBoldItalic.svg
│ │ │ │ ├── OpenSans-ExtraBoldItalic.ttf
│ │ │ │ └── OpenSans-ExtraBoldItalic.woff
│ │ │ ├── Italic
│ │ │ │ ├── OpenSans-Italic.eot
│ │ │ │ ├── OpenSans-Italic.svg
│ │ │ │ ├── OpenSans-Italic.ttf
│ │ │ │ └── OpenSans-Italic.woff
│ │ │ ├── Light
│ │ │ │ ├── OpenSans-Light.eot
│ │ │ │ ├── OpenSans-Light.svg
│ │ │ │ ├── OpenSans-Light.ttf
│ │ │ │ └── OpenSans-Light.woff
│ │ │ ├── LightItalic
│ │ │ │ ├── OpenSans-LightItalic.eot
│ │ │ │ ├── OpenSans-LightItalic.svg
│ │ │ │ ├── OpenSans-LightItalic.ttf
│ │ │ │ └── OpenSans-LightItalic.woff
│ │ │ ├── Regular
│ │ │ │ ├── OpenSans-Regular.eot
│ │ │ │ ├── OpenSans-Regular.svg
│ │ │ │ ├── OpenSans-Regular.ttf
│ │ │ │ └── OpenSans-Regular.woff
│ │ │ ├── Semibold
│ │ │ │ ├── OpenSans-Semibold.eot
│ │ │ │ ├── OpenSans-Semibold.svg
│ │ │ │ ├── OpenSans-Semibold.ttf
│ │ │ │ └── OpenSans-Semibold.woff
│ │ │ └── SemiboldItalic
│ │ │ │ ├── OpenSans-SemiboldItalic.eot
│ │ │ │ ├── OpenSans-SemiboldItalic.svg
│ │ │ │ ├── OpenSans-SemiboldItalic.ttf
│ │ │ │ └── OpenSans-SemiboldItalic.woff
│ │ │ ├── index.html
│ │ │ ├── open-sans.css
│ │ │ ├── open-sans.less
│ │ │ └── open-sans.scss
│ ├── css
│ │ ├── animations.css
│ │ ├── doc_widgets.css
│ │ ├── docs.css
│ │ ├── prettify-theme.css
│ │ └── prettify.css
│ ├── examples
│ │ ├── example-$filter
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-$route-service
│ │ │ ├── book.html
│ │ │ ├── chapter.html
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-NgModelController
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-checkbox-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-email-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-error-$rootScope-inprog
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example1
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example10
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example100
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example101
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example102
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example103
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example104
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example105
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example106
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example107
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example11
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example12
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example13
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example14
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example15
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example16
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example17
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example18
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example19
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example2
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example20
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example21
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example22
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example23
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example24
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example25
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example26
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example27
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example28
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example29
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example3
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── script.js
│ │ │ └── style.css
│ │ ├── example-example30
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example31
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example32
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example33
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example34
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example35
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example36
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example37
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ ├── script.js
│ │ │ ├── template1.html
│ │ │ └── template2.html
│ │ ├── example-example38
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example39
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example4
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example40
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example41
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example42
│ │ │ ├── animations.css
│ │ │ ├── glyphicons.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example43
│ │ │ ├── animations.css
│ │ │ ├── glyphicons.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example44
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── style.css
│ │ ├── example-example45
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example46
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example47
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example48
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example49
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example5
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example50
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example51
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example52
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example53
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example54
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example55
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example56
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example57
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example58
│ │ │ ├── http-hello.html
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example59
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example6
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example60
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example61
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example62
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ ├── script.js
│ │ │ └── test_data.json
│ │ ├── example-example63
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example64
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example65
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example66
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example67
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example68
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example69
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example7
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example70
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example71
│ │ │ ├── animations.css
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example72
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── style.css
│ │ ├── example-example73
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example74
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example75
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example76
│ │ │ ├── app.css
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example77
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractorTest.js
│ │ │ └── script.js
│ │ ├── example-example78
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example79
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer.html
│ │ │ └── script.js
│ │ ├── example-example8
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example80
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer.html
│ │ │ └── script.js
│ │ ├── example-example81
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer.html
│ │ │ └── script.js
│ │ ├── example-example82
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer-iso.html
│ │ │ └── script.js
│ │ ├── example-example83
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-customer-plus-vojta.html
│ │ │ └── script.js
│ │ ├── example-example84
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example85
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-dialog.html
│ │ │ └── script.js
│ │ ├── example-example86
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-dialog.html
│ │ │ └── script.js
│ │ ├── example-example87
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-dialog-close.html
│ │ │ └── script.js
│ │ ├── example-example88
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example89
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── my-pane.html
│ │ │ ├── my-tabs.html
│ │ │ └── script.js
│ │ ├── example-example9
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example90
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-example91
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example92
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-example93
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example94
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example95
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example96
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example97
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-example98
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-example99
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── script.js
│ │ ├── example-guide-concepts-1
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ └── manifest.json
│ │ ├── example-guide-concepts-2
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── invoice1.js
│ │ │ └── manifest.json
│ │ ├── example-guide-concepts-21
│ │ │ ├── finance2.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── invoice2.js
│ │ │ └── manifest.json
│ │ ├── example-guide-concepts-3
│ │ │ ├── finance3.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── invoice3.js
│ │ │ └── manifest.json
│ │ ├── example-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-multi-bootstrap
│ │ │ ├── controller.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngChange-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngController
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngControllerAs
│ │ │ ├── app.js
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngList-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngValue-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-ngView-directive
│ │ │ ├── animations.css
│ │ │ ├── book.html
│ │ │ ├── chapter.html
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ ├── protractor.js
│ │ │ └── script.js
│ │ ├── example-number-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-radio-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ ├── example-text-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ │ └── example-url-input-directive
│ │ │ ├── index-debug.html
│ │ │ ├── index-jquery.html
│ │ │ ├── index-production.html
│ │ │ ├── index.html
│ │ │ ├── manifest.json
│ │ │ └── protractor.js
│ ├── img
│ │ ├── AngularJS-small.png
│ │ ├── One_Way_Data_Binding.png
│ │ ├── Two_Way_Data_Binding.png
│ │ ├── angular_parts.png
│ │ ├── angularjs-for-header-only.svg
│ │ ├── bullet.png
│ │ ├── form_data_flow.png
│ │ ├── glyphicons-halflings-white.png
│ │ ├── glyphicons-halflings.png
│ │ ├── guide
│ │ │ ├── concepts-databinding1.png
│ │ │ ├── concepts-databinding2.png
│ │ │ ├── concepts-directive.png
│ │ │ ├── concepts-module-injector.png
│ │ │ ├── concepts-module-service.png
│ │ │ ├── concepts-runtime.png
│ │ │ ├── concepts-scope.png
│ │ │ ├── concepts-startup.png
│ │ │ ├── concepts-view.png
│ │ │ ├── di_sequence_final.png
│ │ │ ├── dom_scope_final.png
│ │ │ ├── hashbang_vs_regular_url.jpg
│ │ │ ├── scenario_runner.png
│ │ │ └── simple_scope_final.png
│ │ ├── helloworld.png
│ │ ├── helloworld_2way.png
│ │ └── tutorial
│ │ │ ├── catalog_screen.png
│ │ │ ├── tutorial_00.png
│ │ │ ├── tutorial_00_final.png
│ │ │ ├── tutorial_02.png
│ │ │ ├── tutorial_03.png
│ │ │ ├── tutorial_04.png
│ │ │ ├── tutorial_05.png
│ │ │ ├── tutorial_05.pptx
│ │ │ ├── tutorial_07_final.png
│ │ │ ├── tutorial_08-09_final.png
│ │ │ └── tutorial_10-11_final.png
│ ├── index-debug.html
│ ├── index-jquery.html
│ ├── index-production.html
│ ├── index.html
│ ├── js
│ │ ├── angular-bootstrap
│ │ │ ├── bootstrap-prettify.js
│ │ │ ├── bootstrap.js
│ │ │ └── dropdown-toggle.js
│ │ ├── docs.js
│ │ ├── pages-data.js
│ │ └── versions-data.js
│ ├── partials
│ │ ├── api.html
│ │ ├── api
│ │ │ ├── auto
│ │ │ │ ├── index.html
│ │ │ │ └── service
│ │ │ │ │ ├── $injector.html
│ │ │ │ │ ├── $provide.html
│ │ │ │ │ └── index.html
│ │ │ ├── ng
│ │ │ │ ├── directive
│ │ │ │ │ ├── a.html
│ │ │ │ │ ├── form.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── input.html
│ │ │ │ │ ├── ngApp.html
│ │ │ │ │ ├── ngBind.html
│ │ │ │ │ ├── ngBindHtml.html
│ │ │ │ │ ├── ngBindTemplate.html
│ │ │ │ │ ├── ngBlur.html
│ │ │ │ │ ├── ngChange.html
│ │ │ │ │ ├── ngChecked.html
│ │ │ │ │ ├── ngClass.html
│ │ │ │ │ ├── ngClassEven.html
│ │ │ │ │ ├── ngClassOdd.html
│ │ │ │ │ ├── ngClick.html
│ │ │ │ │ ├── ngCloak.html
│ │ │ │ │ ├── ngController.html
│ │ │ │ │ ├── ngCopy.html
│ │ │ │ │ ├── ngCsp.html
│ │ │ │ │ ├── ngCut.html
│ │ │ │ │ ├── ngDblclick.html
│ │ │ │ │ ├── ngDisabled.html
│ │ │ │ │ ├── ngFocus.html
│ │ │ │ │ ├── ngForm.html
│ │ │ │ │ ├── ngHide.html
│ │ │ │ │ ├── ngHref.html
│ │ │ │ │ ├── ngIf.html
│ │ │ │ │ ├── ngInclude.html
│ │ │ │ │ ├── ngInit.html
│ │ │ │ │ ├── ngKeydown.html
│ │ │ │ │ ├── ngKeypress.html
│ │ │ │ │ ├── ngKeyup.html
│ │ │ │ │ ├── ngList.html
│ │ │ │ │ ├── ngModel.html
│ │ │ │ │ ├── ngMousedown.html
│ │ │ │ │ ├── ngMouseenter.html
│ │ │ │ │ ├── ngMouseleave.html
│ │ │ │ │ ├── ngMousemove.html
│ │ │ │ │ ├── ngMouseover.html
│ │ │ │ │ ├── ngMouseup.html
│ │ │ │ │ ├── ngNonBindable.html
│ │ │ │ │ ├── ngOpen.html
│ │ │ │ │ ├── ngPaste.html
│ │ │ │ │ ├── ngPluralize.html
│ │ │ │ │ ├── ngReadonly.html
│ │ │ │ │ ├── ngRepeat.html
│ │ │ │ │ ├── ngSelected.html
│ │ │ │ │ ├── ngShow.html
│ │ │ │ │ ├── ngSrc.html
│ │ │ │ │ ├── ngSrcset.html
│ │ │ │ │ ├── ngStyle.html
│ │ │ │ │ ├── ngSubmit.html
│ │ │ │ │ ├── ngSwitch.html
│ │ │ │ │ ├── ngTransclude.html
│ │ │ │ │ ├── ngValue.html
│ │ │ │ │ ├── script.html
│ │ │ │ │ ├── select.html
│ │ │ │ │ └── textarea.html
│ │ │ │ ├── filter
│ │ │ │ │ ├── currency.html
│ │ │ │ │ ├── date.html
│ │ │ │ │ ├── filter.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── json.html
│ │ │ │ │ ├── limitTo.html
│ │ │ │ │ ├── lowercase.html
│ │ │ │ │ ├── number.html
│ │ │ │ │ ├── orderBy.html
│ │ │ │ │ └── uppercase.html
│ │ │ │ ├── function
│ │ │ │ │ ├── angular.bind.html
│ │ │ │ │ ├── angular.bootstrap.html
│ │ │ │ │ ├── angular.copy.html
│ │ │ │ │ ├── angular.element.html
│ │ │ │ │ ├── angular.equals.html
│ │ │ │ │ ├── angular.extend.html
│ │ │ │ │ ├── angular.forEach.html
│ │ │ │ │ ├── angular.fromJson.html
│ │ │ │ │ ├── angular.identity.html
│ │ │ │ │ ├── angular.injector.html
│ │ │ │ │ ├── angular.isArray.html
│ │ │ │ │ ├── angular.isDate.html
│ │ │ │ │ ├── angular.isDefined.html
│ │ │ │ │ ├── angular.isElement.html
│ │ │ │ │ ├── angular.isFunction.html
│ │ │ │ │ ├── angular.isNumber.html
│ │ │ │ │ ├── angular.isObject.html
│ │ │ │ │ ├── angular.isString.html
│ │ │ │ │ ├── angular.isUndefined.html
│ │ │ │ │ ├── angular.lowercase.html
│ │ │ │ │ ├── angular.module.html
│ │ │ │ │ ├── angular.noop.html
│ │ │ │ │ ├── angular.toJson.html
│ │ │ │ │ ├── angular.uppercase.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── input
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── input[checkbox].html
│ │ │ │ │ ├── input[email].html
│ │ │ │ │ ├── input[number].html
│ │ │ │ │ ├── input[radio].html
│ │ │ │ │ ├── input[text].html
│ │ │ │ │ └── input[url].html
│ │ │ │ ├── object
│ │ │ │ │ ├── angular.version.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── provider
│ │ │ │ │ ├── $animateProvider.html
│ │ │ │ │ ├── $compileProvider.html
│ │ │ │ │ ├── $controllerProvider.html
│ │ │ │ │ ├── $filterProvider.html
│ │ │ │ │ ├── $httpProvider.html
│ │ │ │ │ ├── $interpolateProvider.html
│ │ │ │ │ ├── $locationProvider.html
│ │ │ │ │ ├── $logProvider.html
│ │ │ │ │ ├── $parseProvider.html
│ │ │ │ │ ├── $rootScopeProvider.html
│ │ │ │ │ ├── $sceDelegateProvider.html
│ │ │ │ │ ├── $sceProvider.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── service
│ │ │ │ │ ├── $anchorScroll.html
│ │ │ │ │ ├── $animate.html
│ │ │ │ │ ├── $cacheFactory.html
│ │ │ │ │ ├── $compile.html
│ │ │ │ │ ├── $controller.html
│ │ │ │ │ ├── $document.html
│ │ │ │ │ ├── $exceptionHandler.html
│ │ │ │ │ ├── $filter.html
│ │ │ │ │ ├── $http.html
│ │ │ │ │ ├── $httpBackend.html
│ │ │ │ │ ├── $interpolate.html
│ │ │ │ │ ├── $interval.html
│ │ │ │ │ ├── $locale.html
│ │ │ │ │ ├── $location.html
│ │ │ │ │ ├── $log.html
│ │ │ │ │ ├── $parse.html
│ │ │ │ │ ├── $q.html
│ │ │ │ │ ├── $rootElement.html
│ │ │ │ │ ├── $rootScope.html
│ │ │ │ │ ├── $sce.html
│ │ │ │ │ ├── $sceDelegate.html
│ │ │ │ │ ├── $templateCache.html
│ │ │ │ │ ├── $timeout.html
│ │ │ │ │ ├── $window.html
│ │ │ │ │ └── index.html
│ │ │ │ └── type
│ │ │ │ │ ├── $cacheFactory.Cache.html
│ │ │ │ │ ├── $compile.directive.Attributes.html
│ │ │ │ │ ├── $rootScope.Scope.html
│ │ │ │ │ ├── angular.Module.html
│ │ │ │ │ ├── form.FormController.html
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── ngModel.NgModelController.html
│ │ │ ├── ngAnimate
│ │ │ │ ├── index.html
│ │ │ │ ├── provider
│ │ │ │ │ ├── $animateProvider.html
│ │ │ │ │ └── index.html
│ │ │ │ └── service
│ │ │ │ │ ├── $animate.html
│ │ │ │ │ └── index.html
│ │ │ ├── ngCookies
│ │ │ │ ├── index.html
│ │ │ │ └── service
│ │ │ │ │ ├── $cookieStore.html
│ │ │ │ │ ├── $cookies.html
│ │ │ │ │ └── index.html
│ │ │ ├── ngMock
│ │ │ │ ├── function
│ │ │ │ │ ├── angular.mock.dump.html
│ │ │ │ │ ├── angular.mock.inject.html
│ │ │ │ │ ├── angular.mock.module.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── index.html
│ │ │ │ ├── object
│ │ │ │ │ ├── angular.mock.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── provider
│ │ │ │ │ ├── $exceptionHandlerProvider.html
│ │ │ │ │ └── index.html
│ │ │ │ ├── service
│ │ │ │ │ ├── $exceptionHandler.html
│ │ │ │ │ ├── $httpBackend.html
│ │ │ │ │ ├── $interval.html
│ │ │ │ │ ├── $log.html
│ │ │ │ │ ├── $timeout.html
│ │ │ │ │ └── index.html
│ │ │ │ └── type
│ │ │ │ │ ├── angular.mock.TzDate.html
│ │ │ │ │ └── index.html
│ │ │ ├── ngMockE2E
│ │ │ │ ├── index.html
│ │ │ │ └── service
│ │ │ │ │ ├── $httpBackend.html
│ │ │ │ │ └── index.html
│ │ │ ├── ngResource
│ │ │ │ ├── index.html
│ │ │ │ └── service
│ │ │ │ │ ├── $resource.html
│ │ │ │ │ └── index.html
│ │ │ ├── ngRoute
│ │ │ │ ├── directive
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── ngView.html
│ │ │ │ ├── index.html
│ │ │ │ ├── provider
│ │ │ │ │ ├── $routeProvider.html
│ │ │ │ │ └── index.html
│ │ │ │ └── service
│ │ │ │ │ ├── $route.html
│ │ │ │ │ ├── $routeParams.html
│ │ │ │ │ └── index.html
│ │ │ ├── ngSanitize
│ │ │ │ ├── filter
│ │ │ │ │ ├── index.html
│ │ │ │ │ └── linky.html
│ │ │ │ ├── index.html
│ │ │ │ └── service
│ │ │ │ │ ├── $sanitize.html
│ │ │ │ │ └── index.html
│ │ │ └── ngTouch
│ │ │ │ ├── directive
│ │ │ │ ├── index.html
│ │ │ │ ├── ngClick.html
│ │ │ │ ├── ngSwipeLeft.html
│ │ │ │ └── ngSwipeRight.html
│ │ │ │ ├── index.html
│ │ │ │ └── service
│ │ │ │ ├── $swipe.html
│ │ │ │ └── index.html
│ │ ├── error.html
│ │ ├── error
│ │ │ ├── $animate.html
│ │ │ ├── $animate
│ │ │ │ └── notcsel.html
│ │ │ ├── $cacheFactory.html
│ │ │ ├── $cacheFactory
│ │ │ │ └── iid.html
│ │ │ ├── $compile.html
│ │ │ ├── $compile
│ │ │ │ ├── ctreq.html
│ │ │ │ ├── iscp.html
│ │ │ │ ├── multidir.html
│ │ │ │ ├── nodomevents.html
│ │ │ │ ├── nonassign.html
│ │ │ │ ├── selmulti.html
│ │ │ │ ├── tpload.html
│ │ │ │ ├── tplrt.html
│ │ │ │ └── uterdir.html
│ │ │ ├── $controller.html
│ │ │ ├── $controller
│ │ │ │ └── noscp.html
│ │ │ ├── $httpBackend.html
│ │ │ ├── $httpBackend
│ │ │ │ └── noxhr.html
│ │ │ ├── $injector.html
│ │ │ ├── $injector
│ │ │ │ ├── cdep.html
│ │ │ │ ├── itkn.html
│ │ │ │ ├── modulerr.html
│ │ │ │ ├── nomod.html
│ │ │ │ ├── pget.html
│ │ │ │ └── unpr.html
│ │ │ ├── $interpolate.html
│ │ │ ├── $interpolate
│ │ │ │ ├── interr.html
│ │ │ │ └── noconcat.html
│ │ │ ├── $location.html
│ │ │ ├── $location
│ │ │ │ ├── ihshprfx.html
│ │ │ │ ├── ipthprfx.html
│ │ │ │ └── isrcharg.html
│ │ │ ├── $parse.html
│ │ │ ├── $parse
│ │ │ │ ├── isecdom.html
│ │ │ │ ├── isecff.html
│ │ │ │ ├── isecfld.html
│ │ │ │ ├── isecfn.html
│ │ │ │ ├── isecobj.html
│ │ │ │ ├── isecwindow.html
│ │ │ │ ├── lexerr.html
│ │ │ │ ├── syntax.html
│ │ │ │ └── ueoe.html
│ │ │ ├── $resource.html
│ │ │ ├── $resource
│ │ │ │ ├── badargs.html
│ │ │ │ ├── badcfg.html
│ │ │ │ ├── badmember.html
│ │ │ │ └── badname.html
│ │ │ ├── $rootScope.html
│ │ │ ├── $rootScope
│ │ │ │ ├── infdig.html
│ │ │ │ ├── inprog.html
│ │ │ │ └── undefined.html
│ │ │ ├── $sanitize.html
│ │ │ ├── $sanitize
│ │ │ │ └── badparse.html
│ │ │ ├── $sce.html
│ │ │ ├── $sce
│ │ │ │ ├── icontext.html
│ │ │ │ ├── iequirks.html
│ │ │ │ ├── imatcher.html
│ │ │ │ ├── insecurl.html
│ │ │ │ ├── itype.html
│ │ │ │ ├── iwcard.html
│ │ │ │ └── unsafe.html
│ │ │ ├── jqLite.html
│ │ │ ├── jqLite
│ │ │ │ ├── nosel.html
│ │ │ │ ├── offargs.html
│ │ │ │ └── onargs.html
│ │ │ ├── ng.html
│ │ │ ├── ng
│ │ │ │ ├── areq.html
│ │ │ │ ├── badname.html
│ │ │ │ ├── btstrpd.html
│ │ │ │ ├── cpi.html
│ │ │ │ └── cpws.html
│ │ │ ├── ngModel.html
│ │ │ ├── ngModel
│ │ │ │ └── nonassign.html
│ │ │ ├── ngOptions.html
│ │ │ ├── ngOptions
│ │ │ │ └── iexp.html
│ │ │ ├── ngPattern.html
│ │ │ ├── ngPattern
│ │ │ │ └── noregexp.html
│ │ │ ├── ngRepeat.html
│ │ │ ├── ngRepeat
│ │ │ │ ├── dupes.html
│ │ │ │ ├── iexp.html
│ │ │ │ └── iidexp.html
│ │ │ ├── ngTransclude.html
│ │ │ └── ngTransclude
│ │ │ │ └── orphan.html
│ │ ├── guide.html
│ │ ├── guide
│ │ │ ├── $location.html
│ │ │ ├── animations.html
│ │ │ ├── bootstrap.html
│ │ │ ├── compiler.html
│ │ │ ├── concepts.html
│ │ │ ├── controller.html
│ │ │ ├── css-styling.html
│ │ │ ├── databinding.html
│ │ │ ├── di.html
│ │ │ ├── directive.html
│ │ │ ├── e2e-testing.html
│ │ │ ├── expression.html
│ │ │ ├── filter.html
│ │ │ ├── forms.html
│ │ │ ├── i18n.html
│ │ │ ├── ie.html
│ │ │ ├── introduction.html
│ │ │ ├── migration.html
│ │ │ ├── module.html
│ │ │ ├── providers.html
│ │ │ ├── scope.html
│ │ │ ├── services.html
│ │ │ ├── templates.html
│ │ │ ├── undefined.html
│ │ │ └── unit-testing.html
│ │ ├── misc.html
│ │ ├── misc
│ │ │ ├── contribute.html
│ │ │ ├── downloading.html
│ │ │ ├── faq.html
│ │ │ └── started.html
│ │ ├── src
│ │ │ ├── ng
│ │ │ │ ├── directive
│ │ │ │ │ └── undefined.html
│ │ │ │ ├── filter
│ │ │ │ │ └── undefined.html
│ │ │ │ └── undefined.html
│ │ │ ├── ngRoute
│ │ │ │ ├── directive
│ │ │ │ │ └── undefined.html
│ │ │ │ └── undefined.html
│ │ │ ├── ngSanitize
│ │ │ │ ├── filter
│ │ │ │ │ └── undefined.html
│ │ │ │ └── undefined.html
│ │ │ ├── ngTouch
│ │ │ │ └── directive
│ │ │ │ │ └── undefined.html
│ │ │ └── undefined.html
│ │ ├── tutorial.html
│ │ └── tutorial
│ │ │ ├── step_00.html
│ │ │ ├── step_01.html
│ │ │ ├── step_02.html
│ │ │ ├── step_03.html
│ │ │ ├── step_04.html
│ │ │ ├── step_05.html
│ │ │ ├── step_06.html
│ │ │ ├── step_07.html
│ │ │ ├── step_08.html
│ │ │ ├── step_09.html
│ │ │ ├── step_10.html
│ │ │ ├── step_11.html
│ │ │ ├── step_12.html
│ │ │ └── the_end.html
│ └── ptore2e
│ │ ├── example-$route-service
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-NgModelController
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-checkbox-input-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-email-input-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example10
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example106
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example11
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example13
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example14
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example15
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example16
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example17
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example18
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example19
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example20
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example21
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example32
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example37
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example38
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example39
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example4
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example40
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example41
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example42
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example43
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example44
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example45
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example46
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example47
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example48
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example5
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example50
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example51
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example52
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example53
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example54
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example55
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example58
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example59
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example6
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example62
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example63
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example64
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example65
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example7
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example8
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example9
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example90
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example91
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-example92
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-input-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-multi-bootstrap
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngChange-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngController
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngControllerAs
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngList-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngValue-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-ngView-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-number-input-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-radio-input-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ ├── example-text-input-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
│ │ └── example-url-input-directive
│ │ ├── jqlite_test.js
│ │ └── jquery_test.js
├── errors.json
├── i18n
│ ├── angular-locale_af-na.js
│ ├── angular-locale_af-za.js
│ ├── angular-locale_af.js
│ ├── angular-locale_am-et.js
│ ├── angular-locale_am.js
│ ├── angular-locale_ar-001.js
│ ├── angular-locale_ar-ae.js
│ ├── angular-locale_ar-bh.js
│ ├── angular-locale_ar-dz.js
│ ├── angular-locale_ar-eg.js
│ ├── angular-locale_ar-iq.js
│ ├── angular-locale_ar-jo.js
│ ├── angular-locale_ar-kw.js
│ ├── angular-locale_ar-lb.js
│ ├── angular-locale_ar-ly.js
│ ├── angular-locale_ar-ma.js
│ ├── angular-locale_ar-om.js
│ ├── angular-locale_ar-qa.js
│ ├── angular-locale_ar-sa.js
│ ├── angular-locale_ar-sd.js
│ ├── angular-locale_ar-sy.js
│ ├── angular-locale_ar-tn.js
│ ├── angular-locale_ar-ye.js
│ ├── angular-locale_ar.js
│ ├── angular-locale_bg-bg.js
│ ├── angular-locale_bg.js
│ ├── angular-locale_bn-bd.js
│ ├── angular-locale_bn-in.js
│ ├── angular-locale_bn.js
│ ├── angular-locale_ca-ad.js
│ ├── angular-locale_ca-es.js
│ ├── angular-locale_ca.js
│ ├── angular-locale_cs-cz.js
│ ├── angular-locale_cs.js
│ ├── angular-locale_da-dk.js
│ ├── angular-locale_da.js
│ ├── angular-locale_de-at.js
│ ├── angular-locale_de-be.js
│ ├── angular-locale_de-ch.js
│ ├── angular-locale_de-de.js
│ ├── angular-locale_de-li.js
│ ├── angular-locale_de-lu.js
│ ├── angular-locale_de.js
│ ├── angular-locale_el-cy.js
│ ├── angular-locale_el-gr.js
│ ├── angular-locale_el.js
│ ├── angular-locale_en-as.js
│ ├── angular-locale_en-au.js
│ ├── angular-locale_en-bb.js
│ ├── angular-locale_en-be.js
│ ├── angular-locale_en-bm.js
│ ├── angular-locale_en-bw.js
│ ├── angular-locale_en-bz.js
│ ├── angular-locale_en-ca.js
│ ├── angular-locale_en-dsrt-us.js
│ ├── angular-locale_en-dsrt.js
│ ├── angular-locale_en-fm.js
│ ├── angular-locale_en-gb.js
│ ├── angular-locale_en-gu.js
│ ├── angular-locale_en-gy.js
│ ├── angular-locale_en-hk.js
│ ├── angular-locale_en-ie.js
│ ├── angular-locale_en-in.js
│ ├── angular-locale_en-iso.js
│ ├── angular-locale_en-jm.js
│ ├── angular-locale_en-mh.js
│ ├── angular-locale_en-mp.js
│ ├── angular-locale_en-mt.js
│ ├── angular-locale_en-mu.js
│ ├── angular-locale_en-na.js
│ ├── angular-locale_en-nz.js
│ ├── angular-locale_en-ph.js
│ ├── angular-locale_en-pk.js
│ ├── angular-locale_en-pr.js
│ ├── angular-locale_en-pw.js
│ ├── angular-locale_en-sg.js
│ ├── angular-locale_en-tc.js
│ ├── angular-locale_en-tt.js
│ ├── angular-locale_en-um.js
│ ├── angular-locale_en-us.js
│ ├── angular-locale_en-vg.js
│ ├── angular-locale_en-vi.js
│ ├── angular-locale_en-za.js
│ ├── angular-locale_en-zw.js
│ ├── angular-locale_en.js
│ ├── angular-locale_es-419.js
│ ├── angular-locale_es-ar.js
│ ├── angular-locale_es-bo.js
│ ├── angular-locale_es-cl.js
│ ├── angular-locale_es-co.js
│ ├── angular-locale_es-cr.js
│ ├── angular-locale_es-do.js
│ ├── angular-locale_es-ea.js
│ ├── angular-locale_es-ec.js
│ ├── angular-locale_es-es.js
│ ├── angular-locale_es-gq.js
│ ├── angular-locale_es-gt.js
│ ├── angular-locale_es-hn.js
│ ├── angular-locale_es-ic.js
│ ├── angular-locale_es-mx.js
│ ├── angular-locale_es-ni.js
│ ├── angular-locale_es-pa.js
│ ├── angular-locale_es-pe.js
│ ├── angular-locale_es-pr.js
│ ├── angular-locale_es-py.js
│ ├── angular-locale_es-sv.js
│ ├── angular-locale_es-us.js
│ ├── angular-locale_es-uy.js
│ ├── angular-locale_es-ve.js
│ ├── angular-locale_es.js
│ ├── angular-locale_et-ee.js
│ ├── angular-locale_et.js
│ ├── angular-locale_eu-es.js
│ ├── angular-locale_eu.js
│ ├── angular-locale_fa-af.js
│ ├── angular-locale_fa-ir.js
│ ├── angular-locale_fa.js
│ ├── angular-locale_fi-fi.js
│ ├── angular-locale_fi.js
│ ├── angular-locale_fil-ph.js
│ ├── angular-locale_fil.js
│ ├── angular-locale_fr-be.js
│ ├── angular-locale_fr-bf.js
│ ├── angular-locale_fr-bi.js
│ ├── angular-locale_fr-bj.js
│ ├── angular-locale_fr-bl.js
│ ├── angular-locale_fr-ca.js
│ ├── angular-locale_fr-cd.js
│ ├── angular-locale_fr-cf.js
│ ├── angular-locale_fr-cg.js
│ ├── angular-locale_fr-ch.js
│ ├── angular-locale_fr-ci.js
│ ├── angular-locale_fr-cm.js
│ ├── angular-locale_fr-dj.js
│ ├── angular-locale_fr-fr.js
│ ├── angular-locale_fr-ga.js
│ ├── angular-locale_fr-gf.js
│ ├── angular-locale_fr-gn.js
│ ├── angular-locale_fr-gp.js
│ ├── angular-locale_fr-gq.js
│ ├── angular-locale_fr-km.js
│ ├── angular-locale_fr-lu.js
│ ├── angular-locale_fr-mc.js
│ ├── angular-locale_fr-mf.js
│ ├── angular-locale_fr-mg.js
│ ├── angular-locale_fr-ml.js
│ ├── angular-locale_fr-mq.js
│ ├── angular-locale_fr-ne.js
│ ├── angular-locale_fr-re.js
│ ├── angular-locale_fr-rw.js
│ ├── angular-locale_fr-sn.js
│ ├── angular-locale_fr-td.js
│ ├── angular-locale_fr-tg.js
│ ├── angular-locale_fr-yt.js
│ ├── angular-locale_fr.js
│ ├── angular-locale_gl-es.js
│ ├── angular-locale_gl.js
│ ├── angular-locale_gsw-ch.js
│ ├── angular-locale_gsw.js
│ ├── angular-locale_gu-in.js
│ ├── angular-locale_gu.js
│ ├── angular-locale_he-il.js
│ ├── angular-locale_he.js
│ ├── angular-locale_hi-in.js
│ ├── angular-locale_hi.js
│ ├── angular-locale_hr-hr.js
│ ├── angular-locale_hr.js
│ ├── angular-locale_hu-hu.js
│ ├── angular-locale_hu.js
│ ├── angular-locale_id-id.js
│ ├── angular-locale_id.js
│ ├── angular-locale_in.js
│ ├── angular-locale_is-is.js
│ ├── angular-locale_is.js
│ ├── angular-locale_it-ch.js
│ ├── angular-locale_it-it.js
│ ├── angular-locale_it-sm.js
│ ├── angular-locale_it.js
│ ├── angular-locale_iw.js
│ ├── angular-locale_ja-jp.js
│ ├── angular-locale_ja.js
│ ├── angular-locale_kn-in.js
│ ├── angular-locale_kn.js
│ ├── angular-locale_ko-kr.js
│ ├── angular-locale_ko.js
│ ├── angular-locale_ln-cd.js
│ ├── angular-locale_ln-cg.js
│ ├── angular-locale_ln.js
│ ├── angular-locale_lt-lt.js
│ ├── angular-locale_lt.js
│ ├── angular-locale_lv-lv.js
│ ├── angular-locale_lv.js
│ ├── angular-locale_ml-in.js
│ ├── angular-locale_ml.js
│ ├── angular-locale_mr-in.js
│ ├── angular-locale_mr.js
│ ├── angular-locale_ms-bn.js
│ ├── angular-locale_ms-my.js
│ ├── angular-locale_ms.js
│ ├── angular-locale_mt-mt.js
│ ├── angular-locale_mt.js
│ ├── angular-locale_nl-aw.js
│ ├── angular-locale_nl-be.js
│ ├── angular-locale_nl-cw.js
│ ├── angular-locale_nl-nl.js
│ ├── angular-locale_nl-sx.js
│ ├── angular-locale_nl.js
│ ├── angular-locale_no.js
│ ├── angular-locale_or-in.js
│ ├── angular-locale_or.js
│ ├── angular-locale_pl-pl.js
│ ├── angular-locale_pl.js
│ ├── angular-locale_pt-ao.js
│ ├── angular-locale_pt-br.js
│ ├── angular-locale_pt-gw.js
│ ├── angular-locale_pt-mz.js
│ ├── angular-locale_pt-pt.js
│ ├── angular-locale_pt-st.js
│ ├── angular-locale_pt.js
│ ├── angular-locale_ro-md.js
│ ├── angular-locale_ro-ro.js
│ ├── angular-locale_ro.js
│ ├── angular-locale_ru-md.js
│ ├── angular-locale_ru-ru.js
│ ├── angular-locale_ru-ua.js
│ ├── angular-locale_ru.js
│ ├── angular-locale_sk-sk.js
│ ├── angular-locale_sk.js
│ ├── angular-locale_sl-si.js
│ ├── angular-locale_sl.js
│ ├── angular-locale_sq-al.js
│ ├── angular-locale_sq.js
│ ├── angular-locale_sr-cyrl-ba.js
│ ├── angular-locale_sr-cyrl-me.js
│ ├── angular-locale_sr-cyrl-rs.js
│ ├── angular-locale_sr-cyrl.js
│ ├── angular-locale_sr-latn-ba.js
│ ├── angular-locale_sr-latn-me.js
│ ├── angular-locale_sr-latn-rs.js
│ ├── angular-locale_sr-latn.js
│ ├── angular-locale_sr.js
│ ├── angular-locale_sv-fi.js
│ ├── angular-locale_sv-se.js
│ ├── angular-locale_sv.js
│ ├── angular-locale_sw-ke.js
│ ├── angular-locale_sw-tz.js
│ ├── angular-locale_sw.js
│ ├── angular-locale_ta-in.js
│ ├── angular-locale_ta-lk.js
│ ├── angular-locale_ta.js
│ ├── angular-locale_te-in.js
│ ├── angular-locale_te.js
│ ├── angular-locale_th-th.js
│ ├── angular-locale_th.js
│ ├── angular-locale_tl.js
│ ├── angular-locale_tr-tr.js
│ ├── angular-locale_tr.js
│ ├── angular-locale_uk-ua.js
│ ├── angular-locale_uk.js
│ ├── angular-locale_ur-in.js
│ ├── angular-locale_ur-pk.js
│ ├── angular-locale_ur.js
│ ├── angular-locale_vi-vn.js
│ ├── angular-locale_vi.js
│ ├── angular-locale_zh-cn.js
│ ├── angular-locale_zh-hans-cn.js
│ ├── angular-locale_zh-hans-hk.js
│ ├── angular-locale_zh-hans-mo.js
│ ├── angular-locale_zh-hans-sg.js
│ ├── angular-locale_zh-hans.js
│ ├── angular-locale_zh-hant-hk.js
│ ├── angular-locale_zh-hant-mo.js
│ ├── angular-locale_zh-hant-tw.js
│ ├── angular-locale_zh-hant.js
│ ├── angular-locale_zh-hk.js
│ ├── angular-locale_zh-tw.js
│ ├── angular-locale_zh.js
│ ├── angular-locale_zu-za.js
│ └── angular-locale_zu.js
├── version.json
└── version.txt
├── animations
├── 01_AnimatedDirectives
│ ├── index.html
│ ├── script.js
│ └── style.css
├── 02_AnimateService
│ ├── index.html
│ ├── script.js
│ └── style.css
└── 03_JavaScriptAnimations
│ ├── index.html
│ ├── script.js
│ └── style.css
├── basics
├── 01_OneWayDataBinding_HTML
│ └── index.html
├── 02_TwoWayDataBinding_HTML
│ └── index.html
├── 03_Controller
│ ├── index.html
│ └── script.js
├── 04_MultipleControllers
│ ├── index.html
│ └── script.js
└── 05_NestedControllers
│ ├── index.html
│ └── script.js
├── collections
├── 01_Repeater
│ ├── index.html
│ └── script.js
├── 02_FormattingFilters
│ ├── index.html
│ └── script.js
└── 03_ArrayFilters
│ ├── index.html
│ └── script.js
├── conditionaldisplay
├── 01_ShowHide
│ └── index.html
├── 02_Switch
│ └── index.html
├── 03_If
│ └── index.html
└── 04_Include
│ ├── fragment1.html
│ ├── fragment2.html
│ └── index.html
├── customdirectives
├── 01_CompileLinkFunctions
│ ├── index.html
│ └── script.js
├── 02_Template
│ ├── index.html
│ ├── nghTemplateUrlDirBody.html
│ └── script.js
├── 03_Replace
│ ├── index.html
│ └── script.js
├── 04_Scope
│ ├── index.html
│ └── script.js
├── 05_Controller
│ ├── index.html
│ └── script.js
├── 06_Priority
│ ├── index.html
│ └── script.js
├── 07_Restrict
│ ├── index.html
│ └── script.js
└── 08_Transclusion
│ ├── index.html
│ └── script.js
├── eventhandlers
├── 01_MouseEvents
│ ├── images
│ │ └── square.png
│ ├── index.html
│ └── script.js
├── 02_KeyboardEvents
│ ├── index.html
│ └── script.js
└── 03_ChangeEvents
│ ├── index.html
│ └── script.js
├── forms
├── 01_TextInputs
│ └── index.html
├── 02_CheckboxInput
│ └── index.html
├── 03_RadiobuttonInput
│ └── index.html
├── 04_Select
│ ├── index.html
│ └── script.js
├── 05_TrackingChanges
│ ├── index.html
│ └── script.js
├── 06_Validation
│ ├── index.html
│ └── script.js
├── 07_NestedForms
│ ├── addressForm.html
│ ├── index.html
│ └── script.js
├── 08_FormSubmission
│ ├── index.html
│ ├── script.js
│ └── server.php
└── 09_FormReset
│ ├── index.html
│ └── script.js
├── localization
├── 01_SimpleLocalization
│ ├── en_us
│ │ └── index.html
│ ├── index.html
│ ├── it_it
│ │ └── index.html
│ └── script.js
└── 02_SwitchLocaleOnTheFly
│ ├── index.php
│ ├── locale
│ ├── en_us.php
│ └── it_it.php
│ ├── script.js
│ └── server.php
├── modules
├── 01_Module
│ ├── index.html
│ └── script.js
├── 02_Modules_Values
│ ├── index.html
│ └── script.js
├── 03_Modules_Services
│ ├── index.html
│ └── script.js
├── 04_Modules_Factories
│ ├── index.html
│ └── script.js
├── 05_Modules_Providers
│ ├── index.html
│ └── script.js
├── 06_Modules_ConfigurationRunPhases
│ ├── index.html
│ └── script.js
└── 07_Modules_Dependencies
│ ├── index.html
│ └── script.js
├── routing
├── 01_LocationService
│ ├── common.html
│ ├── hashbang
│ │ ├── index.html
│ │ └── script.js
│ ├── html5
│ │ ├── .htaccess
│ │ ├── index.html
│ │ └── script.js
│ ├── index.html
│ └── script.js
└── 02_RouteService
│ ├── example
│ ├── common.php
│ ├── hashbang
│ │ ├── index.php
│ │ └── script.js
│ ├── html5
│ │ ├── .htaccess
│ │ ├── index.php
│ │ └── script.js
│ ├── script.js
│ └── views
│ │ ├── defaultview.html
│ │ ├── view1.html
│ │ ├── view10.html
│ │ ├── view11.html
│ │ ├── view2.html
│ │ ├── view3.html
│ │ ├── view4.html
│ │ ├── view8.html
│ │ └── view9.html
│ └── index.html
└── servercalls
├── 01_HTTPService
├── index.html
├── script.js
└── server.php
├── 02_QService
├── index.html
├── script.js
└── server.php
└── 03_ResourceService
├── .htaccess
├── index.html
├── people
└── index.php
├── script.js
└── server.php
/.gitignore:
--------------------------------------------------------------------------------
1 | .idea
2 |
--------------------------------------------------------------------------------
/README:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/README
--------------------------------------------------------------------------------
/examples/LICENSE:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/LICENSE
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-animate.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-animate.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-animate.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-animate.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-animate.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-animate.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-aria.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-aria.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-aria.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-aria.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-aria.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-aria.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-cookies.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-cookies.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-cookies.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-cookies.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-cookies.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-cookies.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-csp.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-csp.css
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-loader.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-loader.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-loader.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-loader.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-loader.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-loader.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-messages.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-messages.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-messages.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-messages.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-messages.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-messages.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-mocks.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-mocks.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-resource.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-resource.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-resource.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-resource.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-resource.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-resource.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-route.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-route.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-route.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-route.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-route.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-route.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-sanitize.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-sanitize.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-sanitize.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-sanitize.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-sanitize.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-sanitize.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-scenario.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-scenario.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-touch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-touch.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-touch.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-touch.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular-touch.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular-touch.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/angular.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/angular.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/Error404.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/Error404.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/components/marked-0.3.2/index.js:
--------------------------------------------------------------------------------
1 | module.exports = require('./lib/marked');
2 |
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/css/animations.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/css/doc_widgets.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/css/doc_widgets.css
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/css/docs.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/css/docs.css
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/css/prettify-theme.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/css/prettify-theme.css
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/css/prettify.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/css/prettify.css
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example105/http-hello.html:
--------------------------------------------------------------------------------
1 | Hello, $http!
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example12/customer-name.html:
--------------------------------------------------------------------------------
1 | Name: {{customer.name}}
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example18/my-dialog.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example19/my-dialog.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example50/style.css:
--------------------------------------------------------------------------------
1 | p {
2 | margin: 10px 0 3px;
3 | }
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example8/app.css:
--------------------------------------------------------------------------------
1 | div.spicy div {
2 | padding: 10px;
3 | border: solid 2px blue;
4 | }
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example84/template1.html:
--------------------------------------------------------------------------------
1 | Content of template1.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example84/template2.html:
--------------------------------------------------------------------------------
1 | Content of template2.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/examples/example-example91/style.css:
--------------------------------------------------------------------------------
1 | span {
2 | color: black;
3 | }
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/favicon.ico
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/img/AngularJS-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/img/AngularJS-small.png
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/img/angular_parts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/img/angular_parts.png
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/img/bullet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/img/bullet.png
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/img/form_data_flow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/img/form_data_flow.png
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/img/helloworld.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/img/helloworld.png
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/img/helloworld_2way.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/img/helloworld_2way.png
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/index-debug.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/index-debug.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/index-jquery.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/index-jquery.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/index-production.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/index-production.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/index.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/docs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/docs.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/docs.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/docs.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/docs.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/docs.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/nav-data.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/nav-data.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/pages-data.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/pages-data.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/search-data.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/search-data.json
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/search-worker.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/search-worker.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/search-worker.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/search-worker.min.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/js/versions-data.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/js/versions-data.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/api.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/api.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/api/auto.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/api/auto.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/api/ng.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/api/ng.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/error.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/error.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/error/$q.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/error/$q.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/error/ng.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/error/ng.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/guide.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/guide.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/guide/di.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/guide/di.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/guide/ie.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/guide/ie.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/misc.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/misc.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/misc/faq.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/misc/faq.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/docs/partials/tutorial.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/docs/partials/tutorial.html
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/errors.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/errors.json
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_aa-dj.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_aa-dj.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_aa-er.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_aa-er.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_aa-et.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_aa-et.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_aa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_aa.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_af-na.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_af-na.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_af-za.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_af-za.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_af.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_af.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_agq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_agq.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ak-gh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ak-gh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ak.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ak.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_am-et.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_am-et.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_am.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_am.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-ae.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-ae.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-bh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-bh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-dj.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-dj.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-dz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-dz.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-eg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-eg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-eh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-eh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-er.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-er.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-il.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-il.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-iq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-iq.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-jo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-jo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-km.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-km.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-kw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-kw.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-lb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-lb.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-ly.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-ly.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-ma.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-ma.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-mr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-mr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-om.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-om.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-ps.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-ps.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-qa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-qa.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-sa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-sa.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-sd.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-sd.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-so.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-so.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-ss.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-ss.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-sy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-sy.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar-td.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar-td.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ar.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ar.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_as.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_as.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_asa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_asa.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ast.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ast.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_az.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_az.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bas.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bas.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_be.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_be.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bem.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bem.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bez.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bez.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bm.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_br.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_br.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_brx.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_brx.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_bs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_bs.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_byn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_byn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ca.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ca.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_cgg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_cgg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_chr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_chr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ckb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ckb.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_cs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_cs.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_cy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_cy.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_da.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_da.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_dav.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_dav.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_de.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_de.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_dje.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_dje.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_dsb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_dsb.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_dua.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_dua.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_dyo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_dyo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_dz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_dz.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ebu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ebu.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ee.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ee.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_el.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_el.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_en.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_en.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_eo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_eo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_es.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_es.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_et.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_et.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_eu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_eu.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ewo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ewo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_fa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_fa.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ff.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ff.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_fi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_fi.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_fil.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_fil.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_fo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_fo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_fr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_fr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_fur.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_fur.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_fy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_fy.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ga.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ga.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_gd.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_gd.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_gl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_gl.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_gsw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_gsw.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_gu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_gu.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_guz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_guz.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_gv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_gv.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ha.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ha.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_haw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_haw.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_he.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_he.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_hi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_hi.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_hr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_hr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_hsb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_hsb.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_hu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_hu.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_hy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_hy.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ia.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ia.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_id.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_id.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ig.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ig.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ii.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ii.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_in.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_is.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_is.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_it.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_it.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_iw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_iw.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ja.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ja.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_jgo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_jgo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_jmc.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_jmc.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ka.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ka.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kab.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kab.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kam.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kam.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kde.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kde.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kea.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kea.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_khq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_khq.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ki.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ki.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kk.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kkj.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kkj.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kl.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kln.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kln.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_km.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_km.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ko.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ko.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kok.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kok.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ks.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ks.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ksb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ksb.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ksf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ksf.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ksh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ksh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_kw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_kw.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ky.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ky.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lag.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lag.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lb.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lkt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lkt.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ln.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ln.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lt.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lu.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_luo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_luo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_luy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_luy.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_lv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_lv.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mas.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mas.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mer.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mer.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mfe.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mfe.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mgh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mgh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mgo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mgo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mk.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ml.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ml.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ms.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ms.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mt.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_mua.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_mua.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_my.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_my.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_naq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_naq.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nb.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nd.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nd.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ne.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ne.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nl.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nmg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nmg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nnh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nnh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_no.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_no.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nso.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nso.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nus.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nus.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_nyn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_nyn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_om.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_om.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_or.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_or.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_os.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_os.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_pa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_pa.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_pl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_pl.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ps.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ps.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_pt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_pt.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_qu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_qu.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_rm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_rm.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_rn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_rn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ro.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ro.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_rof.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_rof.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ru.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ru.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_rw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_rw.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_rwk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_rwk.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sah.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sah.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_saq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_saq.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sbp.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sbp.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_se.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_se.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_seh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_seh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ses.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ses.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_shi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_shi.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_si.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_si.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sk.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sl.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_smn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_smn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_so.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_so.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sq.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ss.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ss.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ssy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ssy.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_st.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_st.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sv.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_sw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_sw.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_swc.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_swc.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ta.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ta.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_te.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_te.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_teo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_teo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_tg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_tg.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_th.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_th.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ti.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ti.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_tig.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_tig.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_tl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_tl.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_tn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_tn.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_to.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_to.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_tr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_tr.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ts.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ts.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_twq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_twq.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_tzm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_tzm.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ug.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ug.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_uk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_uk.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ur.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ur.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_uz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_uz.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_vai.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_vai.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_ve.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_ve.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_vi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_vi.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_vo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_vo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_vun.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_vun.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_wae.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_wae.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_wal.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_wal.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_xh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_xh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_xog.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_xog.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_yav.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_yav.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_yi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_yi.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_yo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_yo.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_zgh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_zgh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_zh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_zh.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/i18n/angular-locale_zu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/i18n/angular-locale_zu.js
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/version.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs-1.3.x/version.json
--------------------------------------------------------------------------------
/examples/angularjs-1.3.x/version.txt:
--------------------------------------------------------------------------------
1 | 1.3.8
--------------------------------------------------------------------------------
/examples/angularjs/angular-animate.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-animate.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-animate.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-animate.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-animate.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-animate.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/angular-cookies.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-cookies.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-cookies.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-cookies.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-cookies.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-cookies.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/angular-csp.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-csp.css
--------------------------------------------------------------------------------
/examples/angularjs/angular-loader.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-loader.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-loader.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-loader.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-loader.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-loader.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/angular-mocks.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-mocks.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-resource.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-resource.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-resource.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-resource.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-resource.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-resource.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/angular-route.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-route.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-route.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-route.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-route.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-route.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/angular-sanitize.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-sanitize.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-sanitize.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-sanitize.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-sanitize.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-sanitize.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/angular-scenario.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-scenario.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-touch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-touch.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-touch.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-touch.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular-touch.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular-touch.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/angular.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular.js
--------------------------------------------------------------------------------
/examples/angularjs/angular.min.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular.min.js
--------------------------------------------------------------------------------
/examples/angularjs/angular.min.js.map:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/angular.min.js.map
--------------------------------------------------------------------------------
/examples/angularjs/docs/Error404.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/Error404.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/components/marked-0.3.1/index.js:
--------------------------------------------------------------------------------
1 | module.exports = require('./lib/marked');
2 |
--------------------------------------------------------------------------------
/examples/angularjs/docs/css/animations.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/angularjs/docs/css/doc_widgets.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/css/doc_widgets.css
--------------------------------------------------------------------------------
/examples/angularjs/docs/css/docs.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/css/docs.css
--------------------------------------------------------------------------------
/examples/angularjs/docs/css/prettify-theme.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/css/prettify-theme.css
--------------------------------------------------------------------------------
/examples/angularjs/docs/css/prettify.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/css/prettify.css
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example37/template1.html:
--------------------------------------------------------------------------------
1 | Content of template1.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example37/template2.html:
--------------------------------------------------------------------------------
1 | Content of template2.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example58/http-hello.html:
--------------------------------------------------------------------------------
1 | Hello, $http!
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example66/script.js:
--------------------------------------------------------------------------------
1 | angular.module('ngClickExample', ['ngTouch']);
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example67/script.js:
--------------------------------------------------------------------------------
1 | angular.module('ngSwipeLeftExample', ['ngTouch']);
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example68/script.js:
--------------------------------------------------------------------------------
1 | angular.module('ngSwipeRightExample', ['ngTouch']);
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example85/my-dialog.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/examples/angularjs/docs/examples/example-example86/my-dialog.html:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/examples/angularjs/docs/img/AngularJS-small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/img/AngularJS-small.png
--------------------------------------------------------------------------------
/examples/angularjs/docs/img/angular_parts.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/img/angular_parts.png
--------------------------------------------------------------------------------
/examples/angularjs/docs/img/bullet.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/img/bullet.png
--------------------------------------------------------------------------------
/examples/angularjs/docs/img/form_data_flow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/img/form_data_flow.png
--------------------------------------------------------------------------------
/examples/angularjs/docs/img/guide/concepts-view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/img/guide/concepts-view.png
--------------------------------------------------------------------------------
/examples/angularjs/docs/img/helloworld.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/img/helloworld.png
--------------------------------------------------------------------------------
/examples/angularjs/docs/img/helloworld_2way.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/img/helloworld_2way.png
--------------------------------------------------------------------------------
/examples/angularjs/docs/index-debug.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/index-debug.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/index-jquery.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/index-jquery.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/index-production.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/index-production.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/index.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/js/docs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/js/docs.js
--------------------------------------------------------------------------------
/examples/angularjs/docs/js/pages-data.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/js/pages-data.js
--------------------------------------------------------------------------------
/examples/angularjs/docs/js/versions-data.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/js/versions-data.js
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/api.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/api.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/api/ng/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/api/ng/index.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/$parse.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/$parse.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/$sce.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/$sce.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/jqLite.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/jqLite.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/ng.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/ng.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/ng/areq.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/ng/areq.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/ng/cpi.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/ng/cpi.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/ng/cpws.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/ng/cpws.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/error/ngModel.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/error/ngModel.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide/di.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide/di.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide/filter.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide/filter.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide/forms.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide/forms.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide/i18n.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide/i18n.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide/ie.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide/ie.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide/module.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide/module.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/guide/scope.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/guide/scope.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/misc.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/misc.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/misc/faq.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/misc/faq.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/misc/started.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/misc/started.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/src/undefined.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/src/undefined.html
--------------------------------------------------------------------------------
/examples/angularjs/docs/partials/tutorial.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/docs/partials/tutorial.html
--------------------------------------------------------------------------------
/examples/angularjs/errors.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/errors.json
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_af-na.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_af-na.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_af-za.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_af-za.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_af.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_af.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_am-et.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_am-et.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_am.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_am.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-001.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-001.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-ae.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-ae.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-bh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-bh.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-dz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-dz.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-eg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-eg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-iq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-iq.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-jo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-jo.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-kw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-kw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-lb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-lb.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-ly.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-ly.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-ma.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-ma.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-om.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-om.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-qa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-qa.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-sa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-sa.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-sd.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-sd.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-sy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-sy.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-tn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-tn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar-ye.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar-ye.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ar.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ar.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_bg-bg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_bg-bg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_bg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_bg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_bn-bd.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_bn-bd.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_bn-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_bn-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_bn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_bn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ca-ad.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ca-ad.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ca-es.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ca-es.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ca.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ca.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_cs-cz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_cs-cz.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_cs.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_cs.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_da-dk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_da-dk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_da.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_da.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_de-at.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_de-at.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_de-be.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_de-be.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_de-ch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_de-ch.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_de-de.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_de-de.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_de-li.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_de-li.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_de-lu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_de-lu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_de.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_de.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_el-cy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_el-cy.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_el-gr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_el-gr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_el.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_el.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-as.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-as.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-au.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-au.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-bb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-bb.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-be.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-be.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-bm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-bm.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-bw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-bw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-bz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-bz.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-ca.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-ca.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-dsrt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-dsrt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-fm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-fm.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-gb.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-gb.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-gu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-gu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-gy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-gy.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-hk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-hk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-ie.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-ie.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-iso.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-iso.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-jm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-jm.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-mh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-mh.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-mp.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-mp.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-mt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-mt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-mu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-mu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-na.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-na.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-nz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-nz.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-ph.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-ph.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-pk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-pk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-pr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-pr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-pw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-pw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-sg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-sg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-tc.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-tc.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-tt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-tt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-um.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-um.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-us.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-us.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-vg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-vg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-vi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-vi.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-za.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-za.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en-zw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en-zw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_en.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_en.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-419.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-419.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-ar.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-ar.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-bo.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-bo.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-cl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-cl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-co.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-co.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-cr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-cr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-do.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-do.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-ea.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-ea.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-ec.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-ec.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-es.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-es.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-gq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-gq.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-gt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-gt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-hn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-hn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-ic.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-ic.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-mx.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-mx.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-ni.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-ni.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-pa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-pa.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-pe.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-pe.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-pr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-pr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-py.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-py.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-sv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-sv.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-us.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-us.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-uy.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-uy.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es-ve.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es-ve.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_es.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_es.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_et-ee.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_et-ee.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_et.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_et.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_eu-es.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_eu-es.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_eu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_eu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fa-af.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fa-af.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fa-ir.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fa-ir.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fa.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fa.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fi-fi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fi-fi.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fi.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fil-ph.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fil-ph.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fil.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fil.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-be.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-be.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-bf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-bf.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-bi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-bi.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-bj.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-bj.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-bl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-bl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-ca.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-ca.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-cd.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-cd.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-cf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-cf.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-cg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-cg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-ch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-ch.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-ci.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-ci.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-cm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-cm.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-dj.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-dj.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-fr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-fr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-ga.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-ga.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-gf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-gf.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-gn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-gn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-gp.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-gp.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-gq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-gq.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-km.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-km.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-lu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-lu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-mc.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-mc.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-mf.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-mf.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-mg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-mg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-ml.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-ml.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-mq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-mq.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-ne.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-ne.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-re.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-re.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-rw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-rw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-sn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-sn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-td.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-td.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-tg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-tg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr-yt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr-yt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_fr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_fr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_gl-es.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_gl-es.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_gl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_gl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_gsw-ch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_gsw-ch.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_gsw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_gsw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_gu-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_gu-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_gu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_gu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_he-il.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_he-il.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_he.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_he.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_hi-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_hi-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_hi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_hi.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_hr-hr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_hr-hr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_hr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_hr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_hu-hu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_hu-hu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_hu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_hu.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_id-id.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_id-id.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_id.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_id.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_is-is.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_is-is.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_is.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_is.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_it-ch.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_it-ch.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_it-it.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_it-it.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_it-sm.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_it-sm.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_it.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_it.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_iw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_iw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ja-jp.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ja-jp.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ja.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ja.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_kn-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_kn-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_kn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_kn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ko-kr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ko-kr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ko.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ko.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ln-cd.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ln-cd.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ln-cg.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ln-cg.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ln.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ln.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_lt-lt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_lt-lt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_lt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_lt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_lv-lv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_lv-lv.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_lv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_lv.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ml-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ml-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ml.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ml.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_mr-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_mr-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_mr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_mr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ms-bn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ms-bn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ms-my.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ms-my.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ms.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ms.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_mt-mt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_mt-mt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_mt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_mt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_nl-aw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_nl-aw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_nl-be.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_nl-be.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_nl-cw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_nl-cw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_nl-nl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_nl-nl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_nl-sx.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_nl-sx.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_nl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_nl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_no.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_no.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_or-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_or-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_or.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_or.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pl-pl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pl-pl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pt-ao.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pt-ao.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pt-br.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pt-br.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pt-gw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pt-gw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pt-mz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pt-mz.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pt-pt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pt-pt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pt-st.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pt-st.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_pt.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_pt.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ro-md.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ro-md.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ro-ro.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ro-ro.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ro.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ro.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ru-md.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ru-md.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ru-ru.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ru-ru.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ru-ua.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ru-ua.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ru.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ru.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sk-sk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sk-sk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sl-si.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sl-si.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sq-al.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sq-al.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sq.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sq.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sr-cyrl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sr-cyrl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sr-latn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sr-latn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sv-fi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sv-fi.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sv-se.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sv-se.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sv.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sv.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sw-ke.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sw-ke.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sw-tz.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sw-tz.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_sw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_sw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ta-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ta-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ta-lk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ta-lk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ta.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ta.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_te-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_te-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_te.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_te.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_th-th.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_th-th.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_th.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_th.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_tl.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_tl.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_tr-tr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_tr-tr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_tr.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_tr.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_uk-ua.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_uk-ua.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_uk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_uk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ur-in.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ur-in.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ur-pk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ur-pk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_ur.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_ur.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_vi-vn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_vi-vn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_vi.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_vi.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zh-cn.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zh-cn.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zh-hans.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zh-hans.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zh-hant.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zh-hant.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zh-hk.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zh-hk.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zh-tw.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zh-tw.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zh.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zh.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zu-za.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zu-za.js
--------------------------------------------------------------------------------
/examples/angularjs/i18n/angular-locale_zu.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/i18n/angular-locale_zu.js
--------------------------------------------------------------------------------
/examples/angularjs/version.json:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/angularjs/version.json
--------------------------------------------------------------------------------
/examples/angularjs/version.txt:
--------------------------------------------------------------------------------
1 | 1.2.20
--------------------------------------------------------------------------------
/examples/animations/01_AnimatedDirectives/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/animations/01_AnimatedDirectives/script.js
--------------------------------------------------------------------------------
/examples/animations/01_AnimatedDirectives/style.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/animations/01_AnimatedDirectives/style.css
--------------------------------------------------------------------------------
/examples/animations/02_AnimateService/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/animations/02_AnimateService/index.html
--------------------------------------------------------------------------------
/examples/animations/02_AnimateService/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/animations/02_AnimateService/script.js
--------------------------------------------------------------------------------
/examples/animations/02_AnimateService/style.css:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/animations/02_AnimateService/style.css
--------------------------------------------------------------------------------
/examples/basics/03_Controller/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/basics/03_Controller/index.html
--------------------------------------------------------------------------------
/examples/basics/03_Controller/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/basics/03_Controller/script.js
--------------------------------------------------------------------------------
/examples/basics/04_MultipleControllers/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/basics/04_MultipleControllers/index.html
--------------------------------------------------------------------------------
/examples/basics/04_MultipleControllers/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/basics/04_MultipleControllers/script.js
--------------------------------------------------------------------------------
/examples/basics/05_NestedControllers/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/basics/05_NestedControllers/index.html
--------------------------------------------------------------------------------
/examples/basics/05_NestedControllers/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/basics/05_NestedControllers/script.js
--------------------------------------------------------------------------------
/examples/collections/01_Repeater/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/collections/01_Repeater/index.html
--------------------------------------------------------------------------------
/examples/collections/01_Repeater/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/collections/01_Repeater/script.js
--------------------------------------------------------------------------------
/examples/collections/02_FormattingFilters/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/collections/02_FormattingFilters/script.js
--------------------------------------------------------------------------------
/examples/collections/03_ArrayFilters/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/collections/03_ArrayFilters/index.html
--------------------------------------------------------------------------------
/examples/collections/03_ArrayFilters/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/collections/03_ArrayFilters/script.js
--------------------------------------------------------------------------------
/examples/conditionaldisplay/01_ShowHide/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/conditionaldisplay/01_ShowHide/index.html
--------------------------------------------------------------------------------
/examples/conditionaldisplay/02_Switch/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/conditionaldisplay/02_Switch/index.html
--------------------------------------------------------------------------------
/examples/conditionaldisplay/03_If/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/conditionaldisplay/03_If/index.html
--------------------------------------------------------------------------------
/examples/conditionaldisplay/04_Include/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/conditionaldisplay/04_Include/index.html
--------------------------------------------------------------------------------
/examples/customdirectives/02_Template/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/02_Template/index.html
--------------------------------------------------------------------------------
/examples/customdirectives/02_Template/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/02_Template/script.js
--------------------------------------------------------------------------------
/examples/customdirectives/03_Replace/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/03_Replace/index.html
--------------------------------------------------------------------------------
/examples/customdirectives/03_Replace/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/03_Replace/script.js
--------------------------------------------------------------------------------
/examples/customdirectives/04_Scope/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/04_Scope/index.html
--------------------------------------------------------------------------------
/examples/customdirectives/04_Scope/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/04_Scope/script.js
--------------------------------------------------------------------------------
/examples/customdirectives/05_Controller/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/05_Controller/index.html
--------------------------------------------------------------------------------
/examples/customdirectives/05_Controller/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/05_Controller/script.js
--------------------------------------------------------------------------------
/examples/customdirectives/06_Priority/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/06_Priority/index.html
--------------------------------------------------------------------------------
/examples/customdirectives/06_Priority/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/06_Priority/script.js
--------------------------------------------------------------------------------
/examples/customdirectives/07_Restrict/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/07_Restrict/index.html
--------------------------------------------------------------------------------
/examples/customdirectives/07_Restrict/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/07_Restrict/script.js
--------------------------------------------------------------------------------
/examples/customdirectives/08_Transclusion/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/customdirectives/08_Transclusion/script.js
--------------------------------------------------------------------------------
/examples/eventhandlers/01_MouseEvents/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/eventhandlers/01_MouseEvents/index.html
--------------------------------------------------------------------------------
/examples/eventhandlers/01_MouseEvents/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/eventhandlers/01_MouseEvents/script.js
--------------------------------------------------------------------------------
/examples/eventhandlers/02_KeyboardEvents/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/eventhandlers/02_KeyboardEvents/index.html
--------------------------------------------------------------------------------
/examples/eventhandlers/02_KeyboardEvents/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/eventhandlers/02_KeyboardEvents/script.js
--------------------------------------------------------------------------------
/examples/eventhandlers/03_ChangeEvents/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/eventhandlers/03_ChangeEvents/index.html
--------------------------------------------------------------------------------
/examples/eventhandlers/03_ChangeEvents/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/eventhandlers/03_ChangeEvents/script.js
--------------------------------------------------------------------------------
/examples/forms/01_TextInputs/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/01_TextInputs/index.html
--------------------------------------------------------------------------------
/examples/forms/02_CheckboxInput/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/02_CheckboxInput/index.html
--------------------------------------------------------------------------------
/examples/forms/03_RadiobuttonInput/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/03_RadiobuttonInput/index.html
--------------------------------------------------------------------------------
/examples/forms/04_Select/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/04_Select/index.html
--------------------------------------------------------------------------------
/examples/forms/04_Select/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/04_Select/script.js
--------------------------------------------------------------------------------
/examples/forms/05_TrackingChanges/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/05_TrackingChanges/index.html
--------------------------------------------------------------------------------
/examples/forms/05_TrackingChanges/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/05_TrackingChanges/script.js
--------------------------------------------------------------------------------
/examples/forms/06_Validation/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/06_Validation/index.html
--------------------------------------------------------------------------------
/examples/forms/06_Validation/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/06_Validation/script.js
--------------------------------------------------------------------------------
/examples/forms/07_NestedForms/addressForm.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/07_NestedForms/addressForm.html
--------------------------------------------------------------------------------
/examples/forms/07_NestedForms/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/07_NestedForms/index.html
--------------------------------------------------------------------------------
/examples/forms/07_NestedForms/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/07_NestedForms/script.js
--------------------------------------------------------------------------------
/examples/forms/08_FormSubmission/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/08_FormSubmission/index.html
--------------------------------------------------------------------------------
/examples/forms/08_FormSubmission/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/08_FormSubmission/script.js
--------------------------------------------------------------------------------
/examples/forms/08_FormSubmission/server.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/08_FormSubmission/server.php
--------------------------------------------------------------------------------
/examples/forms/09_FormReset/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/09_FormReset/index.html
--------------------------------------------------------------------------------
/examples/forms/09_FormReset/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/forms/09_FormReset/script.js
--------------------------------------------------------------------------------
/examples/modules/01_Module/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/01_Module/index.html
--------------------------------------------------------------------------------
/examples/modules/01_Module/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/01_Module/script.js
--------------------------------------------------------------------------------
/examples/modules/02_Modules_Values/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/02_Modules_Values/index.html
--------------------------------------------------------------------------------
/examples/modules/02_Modules_Values/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/02_Modules_Values/script.js
--------------------------------------------------------------------------------
/examples/modules/03_Modules_Services/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/03_Modules_Services/index.html
--------------------------------------------------------------------------------
/examples/modules/03_Modules_Services/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/03_Modules_Services/script.js
--------------------------------------------------------------------------------
/examples/modules/04_Modules_Factories/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/04_Modules_Factories/index.html
--------------------------------------------------------------------------------
/examples/modules/04_Modules_Factories/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/04_Modules_Factories/script.js
--------------------------------------------------------------------------------
/examples/modules/05_Modules_Providers/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/05_Modules_Providers/index.html
--------------------------------------------------------------------------------
/examples/modules/05_Modules_Providers/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/05_Modules_Providers/script.js
--------------------------------------------------------------------------------
/examples/modules/07_Modules_Dependencies/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/07_Modules_Dependencies/index.html
--------------------------------------------------------------------------------
/examples/modules/07_Modules_Dependencies/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/modules/07_Modules_Dependencies/script.js
--------------------------------------------------------------------------------
/examples/routing/01_LocationService/common.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/01_LocationService/common.html
--------------------------------------------------------------------------------
/examples/routing/01_LocationService/html5/.htaccess:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/01_LocationService/html5/.htaccess
--------------------------------------------------------------------------------
/examples/routing/01_LocationService/html5/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/01_LocationService/html5/script.js
--------------------------------------------------------------------------------
/examples/routing/01_LocationService/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/01_LocationService/index.html
--------------------------------------------------------------------------------
/examples/routing/01_LocationService/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/01_LocationService/script.js
--------------------------------------------------------------------------------
/examples/routing/02_RouteService/example/common.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/02_RouteService/example/common.php
--------------------------------------------------------------------------------
/examples/routing/02_RouteService/example/hashbang/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/routing/02_RouteService/example/html5/index.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/examples/routing/02_RouteService/example/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/02_RouteService/example/script.js
--------------------------------------------------------------------------------
/examples/routing/02_RouteService/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/routing/02_RouteService/index.html
--------------------------------------------------------------------------------
/examples/servercalls/01_HTTPService/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/01_HTTPService/index.html
--------------------------------------------------------------------------------
/examples/servercalls/01_HTTPService/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/01_HTTPService/script.js
--------------------------------------------------------------------------------
/examples/servercalls/01_HTTPService/server.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/01_HTTPService/server.php
--------------------------------------------------------------------------------
/examples/servercalls/02_QService/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/02_QService/index.html
--------------------------------------------------------------------------------
/examples/servercalls/02_QService/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/02_QService/script.js
--------------------------------------------------------------------------------
/examples/servercalls/02_QService/server.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/02_QService/server.php
--------------------------------------------------------------------------------
/examples/servercalls/03_ResourceService/.htaccess:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/03_ResourceService/.htaccess
--------------------------------------------------------------------------------
/examples/servercalls/03_ResourceService/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/03_ResourceService/index.html
--------------------------------------------------------------------------------
/examples/servercalls/03_ResourceService/script.js:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/03_ResourceService/script.js
--------------------------------------------------------------------------------
/examples/servercalls/03_ResourceService/server.php:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/angularjshub/AngularJSHub/HEAD/examples/servercalls/03_ResourceService/server.php
--------------------------------------------------------------------------------