<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nsPopover/src, branch isolate-popover-scope</title>
<subtitle>Popover dialogs for angularjs applications.</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/'/>
<entry>
<title>Isolate popover directive scope</title>
<updated>2014-06-26T00:53:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-26T00:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=0f134b2c8e02bbd8690516f42680e8be715af481'/>
<id>0f134b2c8e02bbd8690516f42680e8be715af481</id>
<content type='text'>
Previously, if multiple popovers were added, they would all share the
same scope.

I encountered an issue when trying to add several popovers, each with a
"close" link that specifying `ng-click="hidePopover()"`. Since all
popovers share scope, the `hidePopover()` function only knows about the
last popover it saw. This means that only that last popover can be
hidden using `hidePopover()`.

This change ensures that all popovers have their own scope, so
`hidePopover()` will now operate on the correct instance.

Fixes #11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, if multiple popovers were added, they would all share the
same scope.

I encountered an issue when trying to add several popovers, each with a
"close" link that specifying `ng-click="hidePopover()"`. Since all
popovers share scope, the `hidePopover()` function only knows about the
last popover it saw. This means that only that last popover can be
hidden using `hidePopover()`.

This change ensures that all popovers have their own scope, so
`hidePopover()` will now operate on the correct instance.

Fixes #11.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose a hide on click function</title>
<updated>2014-04-22T09:40:25+00:00</updated>
<author>
<name>Ben Paddock</name>
</author>
<published>2014-04-22T09:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=28fea0a4ccf46ffce9319a748b405783359a54ea'/>
<id>28fea0a4ccf46ffce9319a748b405783359a54ea</id>
<content type='text'>
This allows for element-targeted closing of the popover (e.g. via a close button within the popover template).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows for element-targeted closing of the popover (e.g. via a close button within the popover template).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hide-on-click option (defaults to true)</title>
<updated>2014-04-21T19:30:46+00:00</updated>
<author>
<name>Ben Paddock</name>
</author>
<published>2014-04-21T19:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=c101e6b7b939822f29e237e60bf0a2896d5c3831'/>
<id>c101e6b7b939822f29e237e60bf0a2896d5c3831</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>This fixes issue #3</title>
<updated>2014-03-24T16:32:48+00:00</updated>
<author>
<name>unknown</name>
</author>
<published>2014-03-24T16:32:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=71a6f3d53961a3dd3164613cdb515321addc9b87'/>
<id>71a6f3d53961a3dd3164613cdb515321addc9b87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Keep popover open while triggering element has mouse over it.</title>
<updated>2014-02-28T02:08:39+00:00</updated>
<author>
<name>Neylor Ohmaly</name>
</author>
<published>2014-02-28T02:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=ba8432dc198541bef6fb253e97146f52505e780b'/>
<id>ba8432dc198541bef6fb253e97146f52505e780b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a new configuration option to allow the specification of the delay used to close the popover.</title>
<updated>2014-02-26T00:21:22+00:00</updated>
<author>
<name>Neylor Ohmaly</name>
</author>
<published>2014-02-26T00:21:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=96838f8b18885aadf9497e73be20ecc5bef8ca18'/>
<id>96838f8b18885aadf9497e73be20ecc5bef8ca18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix error on the right|bottom and left|bottom alignment</title>
<updated>2014-02-10T02:25:53+00:00</updated>
<author>
<name>Neylor Ohmaly</name>
</author>
<published>2014-02-10T02:25:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=f62db567d999f50a09947a0d6478a205f60ba03c'/>
<id>f62db567d999f50a09947a0d6478a205f60ba03c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a bug that causes the popover to be positioned incorrectly. Make the triangle be positioned in the e=center of the triggering element when the ns-popover-theme is used.</title>
<updated>2014-02-07T20:35:40+00:00</updated>
<author>
<name>Neylor Ohmaly</name>
</author>
<published>2014-02-07T20:35:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=28251f658bb02cf0425c6cecd10c796717742b59'/>
<id>28251f658bb02cf0425c6cecd10c796717742b59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added classes that allow the customization of the popover based on its position</title>
<updated>2014-02-06T14:36:07+00:00</updated>
<author>
<name>Neylor Ohmaly</name>
</author>
<published>2014-02-06T14:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=70469eef704a7ad1fdd23fdc3ff37fa3db0e1343'/>
<id>70469eef704a7ad1fdd23fdc3ff37fa3db0e1343</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactoring of the popover hide method.</title>
<updated>2014-02-06T00:37:07+00:00</updated>
<author>
<name>Neylor Ohmaly</name>
</author>
<published>2014-02-06T00:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/nsPopover/commit/?id=39b3c016edeaccd315ba899dc413d1eab80d8a85'/>
<id>39b3c016edeaccd315ba899dc413d1eab80d8a85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
