Angular bootstrap typeahead:使用ng-repeat?

时间:2016-05-24 12:07:07

标签: javascript angularjs twitter-bootstrap

是否可以在Angular bootstrap typeahead而不是“for loop”的情况下使用ng-repeat来迭代项目?

pub fn new() -> Response {
    Response {
        status: None, // Start with no response code.
        body: None, // Start with no body.
        headers: Headers::new(),
        extensions: TypeMap::new()
    }
}

/// Construct a Response with the specified modifier pre-applied.
pub fn with<M: Modifier<Response>>(m: M) -> Response {
    Response::new().set(m)
}

0 个答案:

没有答案