Skip to content

v0.6.1

Compare
Choose a tag to compare
@jeme jeme released this 18 Dec 07:29
· 106 commits to master since this release

A number of fixes to the sref directive as well as a refactoring of the $view service. It also upgrades to Angular 1.2.5.

  • Fixed: #84 - Refactoring of $view to always take args objects.
  • Fixed: #86 - Fix 'sref' directive link for non 'a' nor 'form' elements
  • Fixed: #87 - Make sure activeClass is added in element from start
  • Fixed: #89 - Fix click binding as it didn't work in a minimized js, remove event list...
  • Fixed: #91 - Added an option to $state.url for optionally not prefixing base path.
  • Fixed: #92 - Changed to use watch for sref params

Breaking Changes:

- Refactoring of the `$view` service now means that the overloads for `update` and `create` that takes template, controller etc. as arguments no longer exists, instead an object defining those as properties must always be defined instead.