Socket
Socket
Sign inDemoInstall

angular

Package Overview
Dependencies
0
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    angular

HTML enhanced for web apps


Version published
Weekly downloads
336K
decreased by-22.16%
Maintainers
2
Install size
1.82 MB
Created
Weekly downloads
 

Changelog

Source

1.6.2 llamacorn-lovehug (2017-02-07)

Bug Fixes

  • $compile:
    • do not swallow thrown errors in testsg (0377c6, #15629, #15631)
    • allow the usage of "$" in isolate scope property alias (7f2af3, #15594)
  • $location: correctly handle external URL change during $digest (b60761, #11075, #12571, #15556, #15561)
  • $browser: detect external changes in history.state (fa50fb)
  • $resource:
  • $animate: correctly animate transcluded clones with templateUrl (f01212, #15510, #15514)
  • $route: make asynchronous tasks count as pending requests (eb968c, #14159)
  • $parse: make sure ES6 object computed properties are watched (5e418b, #15678)
  • $sniffer: allow history for NW.js apps (4a593d, #15474, #15633)
  • input: fix step validation for input[type=number/range] (c95a67, #15504, #15506)
  • select: keep ngModel when selected option is recreated by ngRepeat (131af8, #15630, #15632)
  • ngValue: correctly update the value property when value is undefined (05aab6 #15603, #15605)
  • angularInit: allow auto-bootstrapping from inline script (bb464d, #15567, #15571)
  • ngMockE2E: ensure that mocked $httpBackend uses correct $browser (bd63b2, #15593)

New Features

  • ngModel: add $overrideModelOptions support (2546c2, #15415)
  • $parse: allow watching array/object literals with non-primitive values (25f008, #15301)

<a name="1.5.11"></a>

Readme

Source

packaged angular

This repo is for distribution on npm and bower. The source for this module is in the main AngularJS repo. Please file issues and pull requests against that repo.

Install

You can install this package either with npm or with bower.

npm

npm install angular

Then add a <script> to your index.html:

<script src="/node_modules/angular/angular.js"></script>

Or require('angular') from your code.

bower

bower install angular

Then add a <script> to your index.html:

<script src="/bower_components/angular/angular.js"></script>

Documentation

Documentation is available on the AngularJS docs site.

License

The MIT License

Copyright (c) 2010-2015 Google, Inc. http://angularjs.org

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Keywords

FAQs

Last updated on 07 Feb 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc