angular.js 1.2.10-1 source package in Ubuntu

Changelog

angular.js (1.2.10-1) unstable; urgency=low


  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Mon, 27 Jan 2014 21:31:11 +0100

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
angular.js_1.2.10-1.dsc 1.7 KiB 16f211a4ff4ed09b73b82823c11f957e553bdd4098b3b256e2880c2a3d0515c1
angular.js_1.2.10.orig.tar.gz 7.0 MiB 379c7c824af5c1bc09ea0976177132db8129acd95041a94a8a0d70c95f27ce93
angular.js_1.2.10-1.debian.tar.xz 13.7 KiB 5420fcc6675079b11cce12049d87f11d18b5f2b0e57ffccfb56914d74f99ce34

Available diffs

No changes file available.

Binary packages built by this source

libjs-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. It also helps with server-side communication, taming
 async callbacks with promises and deferreds; and make client-side navigation
 and deeplinking with hashbang urls or HTML5 pushState a piece of cake.