Socket
Socket
Sign inDemoInstall

@contaazul/angular-amd

Package Overview
Dependencies
0
Maintainers
4
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

0.2.0

Diff

Changelog

Source

0.2.0 (2014-07-23)

0.2.0-rc.1 (2014-06-28)

Bug Fixes

  • ngload: ngload now correctly load module that creates submodules internally (e8b74af #67)

## Features

  • angularAMD.<<recipe>>: modules now can be defined before bootstrap using angularAMD.factory (81a5495 #14)

  • .config: New method allowing changing of configuration post bootstrap (d3ebfed #71)

  • .route: controller parameter can now be omitted if module specified in controllerUrl returns a function. (550cd28 #72)

Breaking Changes

  • app.<<recipe>>: app.register is now deprecated so a factory creation using app.register.factory is now app.factory. To support this, .bootstrap creates a alternate app that need to be used instead of the app created using angular.module(...). (54b5ec2 1c7922b #63 #70)

<a name="0.1.1"></a>

merencia
published 0.1.1 •

Changelog

Source

0.1.1 (2014-05-28)

Bug Fixes

  • ngload: On-demand loading of animation now works (eae2e56 #31)
  • .bootstrap Fixed Firefox Right-Click bug in Html5Mode as per this post (9ce8ca1 #41)
  • www: As result of 40a6dd0, removed $rootScope from .config block and replaced with custom configValue provider. (6e4f7d1 #60)
  • www: Sample Plunk doesn't execute due to MIME type error. Switched to use jsdelivr instead of raw.github.com and from Plunker to bl.ocks.org (cf8c0ff #59 #54)

Features

  • unittest Unit Test now include Registered Controller with Registered Factory (c40bc19 #27)
  • e2e: Added Protractor e2e testing. Need to run manually using grunt test-e2e and excluded from Travis-CI for now. (4efc87d 5f746ef 6299430)

Breaking Changes

  • ngload: ngload did not correctly execute the .config block causing .provider to fail (40a6dd0 #28 #21). Prior to this fix, module loaded using ngload allowed for .config block to load instance such as $rootScope. Loading these module now will result in error.

<a name="0.1.0"></a>

merencia
published 0.1.0 •

Changelog

Source

0.1.0 (2013-11-13)

Initial Public Release with ngload

merencia
published 0.0.2 •

merencia
published 0.0.1 •

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