Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with
or
.
Clone in Desktop Download ZIP
HTML enhanced for web apps
JavaScript Other
Latest commit 96288d0 @jbedard jbedard committed with lgalfaso refactor($compile): remove skipDestroyOnNextJQueryCleanData, remove j…
…q data of all replaced nodes

Closes: #12094
Failed to load latest commit information.
benchmarks perf(benchmark): add ngmodel benchmarks to largetable-bp
css fix(ngAnimate): rename `ng-animate-anchor` to `ng-anchor`
docs fix(orderByFilter): throw error if input is not array-like
i18n chore(i18n): update closure library
images docs(logo): change logo to vector format in .eps file
lib build(travis): make sauce connect process query a bit more specific
logs creating logs/ and tmp/ dirs
scripts build(travis): gracefully shut down the sauce connect tunnel after th…
src refactor($compile): remove skipDestroyOnNextJQueryCleanData, remove j…
test refactor($compile): remove skipDestroyOnNextJQueryCleanData, remove j…
.editorconfig chore(.editorconfig): remove settings for ngLocale after change to sc…
.gitattributes chore(*): add .gitattributes with new lines configuration
.gitignore chore(.gitignore): ignore IntelliJ IDEA module files
.jscsrc chore(jscs): remove .jscs.json.todo, rename config to .jscsrc
.jshintignore refactor(jshint): reduce duplication & test all JS files
.jshintrc refactor(jshint): reduce duplication & test all JS files
.jshintrc-base refactor(jshint): reduce duplication & test all JS files
.travis.yml build(travis): gracefully shut down the sauce connect tunnel after th…
CHANGELOG.md docs(CHANGELOG): the $time service feature was reverted as it is not …
CONTRIBUTING.md docs(CONTRIBUTING.md): add commitizen instructions
Gruntfile.js chore(check-node-modules): make check/reinstall node_modules work acr…
LICENSE docs(app): increment copyright year
README.closure.md docs(README.closure.md): clarify sentence
README.md docs(README): improve unusual phrasing
TRIAGING.md docs(TRIAGING.md): improve process around `PRs plz!` label
angularFiles.js revert: chore(core): introduce $$body service
bower.json chore(bower): refactor bower usage
changelog.js chore(changelog): add test for addition of trailing newline
changelog.spec.js chore(changelog): add test for addition of trailing newline
check-size.sh chore(Grunt): switch from Rake to Grunt
compare-master-to-stable.js docs(compare-master-to-stable.js): fix typo (comands -> commands)
gdocs.js docs(gdocs.js): fix typo (Eror -> Error)
init-repo.sh docs(tutorial): testacular renamed to karma
jenkins_build.sh chore(build): don't instruct Jenkins test on IE
karma-docs.conf.js refactor(jshint): reduce duplication & test all JS files
karma-jqlite.conf.js test(jqLite): make iframe contents() test less flaky
karma-jquery.conf.js test(jqLite): make iframe contents() test less flaky
karma-modules.conf.js refactor(jshint): reduce duplication & test all JS files
karma-shared.conf.js chore(karma): upgrade chrome in saucelabs to latest
npm-shrinkwrap.clean.json chore(package.json): update dgeni-packages to 0.11.0
npm-shrinkwrap.json chore(package.json): update dgeni-packages to 0.11.0
package.json chore(package.json): update dgeni-packages to 0.11.0
protractor-conf.js chore(protractor-conf.js): remove dangling comma
protractor-jenkins-conf.js fix(jenkins): reset baseUrl in protractor conf
protractor-shared-conf.js chore(docs): configure the base path for protractor tests in examples
protractor-travis-conf.js chore(travis): enable both SauceLabs and BrowserStack
validate-commit-msg.js refactor(jshint): reduce duplication & test all JS files
validate-commit-msg.spec.js refactor(jshint): reduce duplication & test all JS files

README.md

AngularJS Build Status

AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding. To help you structure your application better and make it easy to test, AngularJS teaches the browser how to do dependency injection and inversion of control.

Oh yeah and it helps with server-side communication, taming async callbacks with promises and deferreds. It also makes client-side navigation and deeplinking with hashbang urls or HTML5 pushState a piece of cake. Best of all?? It makes development fun!

Building AngularJS

Once you have your environment setup just run:

grunt package

Running Tests

To execute all unit tests, use:

grunt test:unit

To execute end-to-end (e2e) tests, use:

grunt package
grunt test:e2e

To learn more about the grunt tasks, run grunt --help and also read our contribution guidelines.

Analytics

Something went wrong with that request. Please try again.