Skip to content

HTTPS clone URL

Subversion checkout URL

You can clone with HTTPS or Subversion.

Download ZIP
HTML enhanced for web apps

docs(ngMessages): fix typo on messages

The css class `.ng-inactive` applies when there is no message present
latest commit 5765061652
Andrew Joslin ajoslin authored lgalfaso committed
Failed to load latest commit information.
benchmarks chore(benchmark): add ngOptions benchmark
css fix($animate): ensure hidden elements with ngShow/ngHide stay hidden …
docs docs(tutorial/Routing): improve wording
i18n chore(i18n): update locale to CLDR v26
images docs(logo): change logo to vector format in .eps file
lib chore(grunt): remove unused code
logs creating logs/ and tmp/ dirs
scripts chore(travis): split out the docs e2e tests into their own travis job
src docs(ngMessages): fix typo on messages
test refactor(minErr): cleanup the generation of the error message
.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
.jscs.json style(*): add rule requireSpacesInConditionalExpression
.jscs.json.todo style(*): add rules requireSpace(After|Before)BinaryOperators
.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 chore(travis): split out the docs e2e tests into their own travis job
CHANGELOG.md docs(changelog): release notes for 1.3.8 prophetic-narwhal
CONTRIBUTING.md docs(contributing): correct push -f command
Gruntfile.js chore(grunt): remove unused code
LICENSE style(License): update copyright year
README.closure.md refactor(externs): move Closure Externs back to Closure code repository
README.md docs(readme): improve readability
TRIAGING.md docs(triaging): fix formatting
angularFiles.js refact(input): split input.js into smaller files
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 chore(compare-master-to-stable): make checks for bugfixes better
gdocs.js refactor(jshint): reduce duplication & test all JS files
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(travis): enable both SauceLabs and BrowserStack
npm-shrinkwrap.json chore(docs): update to dgeni-packages 0.10.7
package.json chore(grunt): remove unused code
protractor-conf.js chore(tests): implement e2e test harness outside of docs app
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. The 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.