Skip to content

Releases: Emerjoin/Hi-Hooks

Hi-Framework-Hooks 3.0.0

04 Mar 15:35
Compare
Choose a tag to compare
Pre-release

Changes-log

  • beforeRun hook now receives one argument : the hi-framework angular module object - hook must be used to set configuration on the hi app module object.
  • new hook: setupApp - hook to set configurations on the app module object

Hi-Framework-Hooks 2.1.0

04 Mar 12:20
Compare
Choose a tag to compare
Pre-release

Changes-log

  • beforeRun hook now receives arguments: $provide,$compileProvider, $filterProvider

Documentation

Please find the docs clicking here

Hi-Framework-Hooks 2.0.0

01 Mar 04:20
Compare
Choose a tag to compare
Pre-release

Changes-log

  • Global view hooks support added
  • AppHooks.beforeView function signature changed

Documentation

Please find the docs clicking here

Hi-Framework-Hooks 1.0.0

01 Mar 03:26
Compare
Choose a tag to compare
Pre-release

Features

  • BeforeRun hook
  • BeforeView hook
  • Modify $scope object of a view via hook
  • Resolve injectables of a view via hook

Documentation

Please find the docs clicking here