-
Sorry for spamming you @nonplus, I was wondering if it would make sense to add support for metadata such as `$description`?
Right now I'm working around it by resolving `$title` to an object such as:…
-
Getting this error, any ideas what could be the cause?
TypeError: n[0].nodeName is undefined
-
First of all, thanks a lot for this great plugin!!
I am using this with dynamic values and I encountered a possible issue. This might regard to #15 But I am not sure..
**How it works now**
I give t…
MBing updated
9 years ago
-
I am getting this error whenever I try to load the Dashboard. The dashboard contents does not load, just the title and the edit button. I have found that removing sortable-options="sortableOptions" fr…
-
Foundation has about two dozen components and half as many JavaScript plugins. This number has grown steadily since the framework was first introduced, but for version 6, we're interested in scaling b…
-
I'm trying to get nested dynamic states in my angular app. Here is what my states look like.
```
.state('root.ui', {
url: '/ui',
abstract: true
})
.state('root.ui.container', …
-
I am opening this because I really don't know if it's possible or not. If it is, I think it is not documented. I have a state that can be reached from two different locations and I would like that the…
-
The latest version of the application now has CSS styling aimed at replicating the style of the Angular docs. Is this the style of look we are going for? Also, are there places where animations or add…
-
In the [demo](public/templates/directives/ui-breadcrumbs.html) as well as my own code I notice that the spacing between crumbs in the breadcrumb trail is not uniform.
![screen shot 2014-06-25 at 7 40…
-
Many people [are afraid](http://stackoverflow.com/a/12015847/288703) of using angulars event mechanism as an `EventBus` as they fear of [performance issues](http://stackoverflow.com/a/12015847/288703)…