angular.js 1.5.10-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Thu, 22 Dec 2016 21:56:33 +0000

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
Bionic release main misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
angular.js_1.5.10-1.dsc 1.7 KiB fcff05ca046bd50ddc2477c27145258f9f2ed23b59f6bfff1f9bef33dcfa9f3b
angular.js_1.5.10.orig.tar.gz 15.3 MiB ee3d18590b5fc2d18665a7b878017bf97cab510dda24d0c0eba8a86c2c1afe9b
angular.js_1.5.10-1.debian.tar.xz 17.3 KiB 80e3b4fb6777ac7c136be722d94c1195f50913b98598ca81a7ea51d037821377

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.